diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-22 19:55:35 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-22 19:55:35 +0000 |
| commit | b6b2beab4846d5579514aed399d7eab56d6d02f0 (patch) | |
| tree | 86be926c6a96344e7911486ed02ba1749bcaae10 /macosx/Pcsxr.xcodeproj/project.pbxproj | |
| parent | 33fb691cf7b6440102337966e34558f0a1851028 (diff) | |
| download | pcsxr-b6b2beab4846d5579514aed399d7eab56d6d02f0.tar.gz | |
Ignore files passed via the command line if we're parsing.
Calls to GUI functions should happen on the main thread. Put the [NSApp presentError:] in a block to the main thread.
Put some bools in PcsxrController inside a struct with a size of 1.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85488 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj/project.pbxproj')
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index 08bef439..e47f93e5 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -1005,6 +1005,7 @@ "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", "_MACOSX=1", __MACOSX__, + DEBUG, ); GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSXR_VERSION=\\\"1.5\\\" XA_HACK=1"; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; |
