mirror of https://github.com/stella-emu/stella.git
Updated OSX project files for recent Controller classes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2340 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
d39404f5c9
commit
177ebb09a9
|
@ -328,6 +328,9 @@
|
|||
DCCF47E014B60DEE00814FAB /* JoystickWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCCF47DD14B60DEE00814FAB /* JoystickWidget.hxx */; };
|
||||
DCCF49B714B7544A00814FAB /* PaddleWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCCF49B514B7544A00814FAB /* PaddleWidget.cxx */; };
|
||||
DCCF49B814B7544A00814FAB /* PaddleWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCCF49B614B7544A00814FAB /* PaddleWidget.hxx */; };
|
||||
DCCF4AD114B7E6C300814FAB /* BoosterWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCCF4ACE14B7E6C300814FAB /* BoosterWidget.cxx */; };
|
||||
DCCF4AD214B7E6C300814FAB /* BoosterWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCCF4ACF14B7E6C300814FAB /* BoosterWidget.hxx */; };
|
||||
DCCF4AD314B7E6C300814FAB /* NullControlWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCCF4AD014B7E6C300814FAB /* NullControlWidget.hxx */; };
|
||||
DCD2839812E39F1200A808DC /* Thumbulator.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCD2839612E39F1200A808DC /* Thumbulator.cxx */; };
|
||||
DCD2839912E39F1200A808DC /* Thumbulator.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DCD2839712E39F1200A808DC /* Thumbulator.hxx */; };
|
||||
DCD3F7C511340AAF00DBA3AE /* Genesis.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCD3F7C311340AAF00DBA3AE /* Genesis.cxx */; };
|
||||
|
@ -751,6 +754,9 @@
|
|||
DCCF47DD14B60DEE00814FAB /* JoystickWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = JoystickWidget.hxx; path = ../debugger/gui/JoystickWidget.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DCCF49B514B7544A00814FAB /* PaddleWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PaddleWidget.cxx; path = ../debugger/gui/PaddleWidget.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DCCF49B614B7544A00814FAB /* PaddleWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = PaddleWidget.hxx; path = ../debugger/gui/PaddleWidget.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DCCF4ACE14B7E6C300814FAB /* BoosterWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoosterWidget.cxx; path = ../debugger/gui/BoosterWidget.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DCCF4ACF14B7E6C300814FAB /* BoosterWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = BoosterWidget.hxx; path = ../debugger/gui/BoosterWidget.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DCCF4AD014B7E6C300814FAB /* NullControlWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = NullControlWidget.hxx; path = ../debugger/gui/NullControlWidget.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DCD2839612E39F1200A808DC /* Thumbulator.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Thumbulator.cxx; path = ../emucore/Thumbulator.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DCD2839712E39F1200A808DC /* Thumbulator.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Thumbulator.hxx; path = ../emucore/Thumbulator.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DCD3F7C311340AAF00DBA3AE /* Genesis.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Genesis.cxx; path = ../emucore/Genesis.cxx; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -916,6 +922,8 @@
|
|||
children = (
|
||||
2D23318F0900B5EF00613B1F /* AudioWidget.cxx */,
|
||||
2D2331900900B5EF00613B1F /* AudioWidget.hxx */,
|
||||
DCCF4ACE14B7E6C300814FAB /* BoosterWidget.cxx */,
|
||||
DCCF4ACF14B7E6C300814FAB /* BoosterWidget.hxx */,
|
||||
2D20F9E408C603EC00A73076 /* ColorWidget.cxx */,
|
||||
2D20F9E508C603EC00A73076 /* ColorWidget.hxx */,
|
||||
DCCF47DB14B60DEE00814FAB /* ControllerWidget.hxx */,
|
||||
|
@ -929,6 +937,7 @@
|
|||
2D20F9ED08C603EC00A73076 /* DebuggerDialog.hxx */,
|
||||
DCCF47DC14B60DEE00814FAB /* JoystickWidget.cxx */,
|
||||
DCCF47DD14B60DEE00814FAB /* JoystickWidget.hxx */,
|
||||
DCCF4AD014B7E6C300814FAB /* NullControlWidget.hxx */,
|
||||
DCCF49B514B7544A00814FAB /* PaddleWidget.cxx */,
|
||||
DCCF49B614B7544A00814FAB /* PaddleWidget.hxx */,
|
||||
2D20F9EE08C603EC00A73076 /* PromptWidget.cxx */,
|
||||
|
@ -1529,6 +1538,8 @@
|
|||
DCCF47DE14B60DEE00814FAB /* ControllerWidget.hxx in Headers */,
|
||||
DCCF47E014B60DEE00814FAB /* JoystickWidget.hxx in Headers */,
|
||||
DCCF49B814B7544A00814FAB /* PaddleWidget.hxx in Headers */,
|
||||
DCCF4AD214B7E6C300814FAB /* BoosterWidget.hxx in Headers */,
|
||||
DCCF4AD314B7E6C300814FAB /* NullControlWidget.hxx in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -1796,6 +1807,7 @@
|
|||
DC8C1BB114B25DE7006440EE /* MindLink.cxx in Sources */,
|
||||
DCCF47DF14B60DEE00814FAB /* JoystickWidget.cxx in Sources */,
|
||||
DCCF49B714B7544A00814FAB /* PaddleWidget.cxx in Sources */,
|
||||
DCCF4AD114B7E6C300814FAB /* BoosterWidget.cxx in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue