diff options
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; |
