diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-04 22:06:37 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-04 22:06:37 +0000 |
| commit | c305db698d4560c2b494f10f0cff74d86ef660b9 (patch) | |
| tree | 8a48f608dded969061d90b0776a1abb8d3f5c8da /macosx/PcsxrController.h | |
| parent | 2ee144472e54c451a26b71489f1abde0dcd5bd64 (diff) | |
| download | pcsxr-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/PcsxrController.h')
| -rwxr-xr-x | macosx/PcsxrController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h index bc250d7d..cb2a902f 100755 --- a/macosx/PcsxrController.h +++ b/macosx/PcsxrController.h @@ -20,7 +20,8 @@ void ShowHelpAndExit(FILE* output, int exitCode); unsigned int sleepInBackground:1; unsigned int wasPausedBeforeBGSwitch:1; unsigned int endAtEmuClose:1; - unsigned int reserved:25; + unsigned int wasPausedBeforeDiscEject:1; + unsigned int reserved:28; } PSXflags; } @property (weak) IBOutlet RecentItemsMenu *recentItems; |
