diff options
Diffstat (limited to 'macosx/PcsxrController.m')
| -rwxr-xr-x | macosx/PcsxrController.m | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index e4889340..a2d6ba93 100755 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -50,13 +50,16 @@ void ShowHelpAndExit(FILE* output, int exitCode) @property BOOL sleepInBackground; @property BOOL wasPausedBeforeBGSwitch; @property (strong) NSMutableArray *skipFiles; +@property (strong) NSWindow *preferenceWindow; +@property (strong) NSWindow *cheatWindow; @end @implementation PcsxrController - @synthesize recentItems; @synthesize skipFiles; @synthesize cheatController; +@synthesize cheatWindow; +@synthesize preferenceWindow; - (BOOL)endAtEmuClose { |
