summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr.xcodeproj
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-04 22:06:37 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-04 22:06:37 +0000
commitc305db698d4560c2b494f10f0cff74d86ef660b9 (patch)
tree8a48f608dded969061d90b0776a1abb8d3f5c8da /macosx/Pcsxr.xcodeproj
parent2ee144472e54c451a26b71489f1abde0dcd5bd64 (diff)
downloadpcsxr-c305db698d4560c2b494f10f0cff74d86ef660b9.tar.gz
Minor fixes and improvements on OS X code.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87354 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj')
-rw-r--r--macosx/Pcsxr.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj
index d32276e5..762fdd3f 100644
--- a/macosx/Pcsxr.xcodeproj/project.pbxproj
+++ b/macosx/Pcsxr.xcodeproj/project.pbxproj
@@ -1509,10 +1509,10 @@
557649B81786AFB7007C4457 /* Controllers */ = {
isa = PBXGroup;
children = (
- 2B4DE98D05FF9307003EFEF0 /* PluginController.h */,
- 2B4DE98E05FF9307003EFEF0 /* PluginController.m */,
2B75FD3C051C56D200D12034 /* PcsxrController.h */,
2B75FD3D051C56D200D12034 /* PcsxrController.m */,
+ 2B4DE98D05FF9307003EFEF0 /* PluginController.h */,
+ 2B4DE98E05FF9307003EFEF0 /* PluginController.m */,
2B75FD4A051C8A7400D12034 /* ConfigurationController.h */,
2B75FD4B051C8A7400D12034 /* ConfigurationController.m */,
55A9021E147D7C380037E18F /* PcsxrMemCardController.h */,