From b36208619bf6f0bf93fa95ffa0f8167a09c4b0e8 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 24 Jul 2012 22:38:03 +0000 Subject: Fixed native solution and move badly placed source file into src tree. --- src/Noddybox.Emulation/EmulationStateSettings.cs | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/Noddybox.Emulation/EmulationStateSettings.cs (limited to 'src') diff --git a/src/Noddybox.Emulation/EmulationStateSettings.cs b/src/Noddybox.Emulation/EmulationStateSettings.cs new file mode 100644 index 0000000..68c4f15 --- /dev/null +++ b/src/Noddybox.Emulation/EmulationStateSettings.cs @@ -0,0 +1,29 @@ +// This file is part of the Noddybox.Emulation C# suite. +// +// Noddybox.Emulation is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Noddybox.Emulation is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Noddybox.Emulation. If not, see . +// +// Copyright (c) 2012 Ian Cowburn +// +using System; + +namespace Noddybox.Emulation +{ + /// + /// Contains internal settings for the state management. + /// + internal static class EmulationStateSettings + { + public static uint MAGIC = 0xf5ed54ef; + } +} -- cgit v1.2.3