summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/PcsxrController.h')
-rw-r--r--macosx/Source/PcsxrController.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/macosx/Source/PcsxrController.h b/macosx/Source/PcsxrController.h
index b271ae55..1a3c6de1 100644
--- a/macosx/Source/PcsxrController.h
+++ b/macosx/Source/PcsxrController.h
@@ -12,21 +12,8 @@ __private_extern void ShowHelpAndExit(FILE* output, int exitCode);
extern BOOL wasFinderLaunch;
@interface PcsxrController : NSObject <NSApplicationDelegate>
-{
- ConfigurationController *preferencesController;
- CheatController *cheatController;
- PluginList *pluginList;
-
- struct _PSXflags {
- unsigned int sleepInBackground:1;
- unsigned int wasPausedBeforeBGSwitch:1;
- unsigned int endAtEmuClose:1;
- unsigned int wasPausedBeforeDiscEject:1;
- unsigned int reserved:28;
- } PSXflags;
-}
@property (weak) IBOutlet RecentItemsMenu *recentItems;
-@property (readonly) CheatController *cheatController;
+@property (strong, readonly) CheatController *cheatController;
@property (readonly) BOOL endAtEmuClose;
- (IBAction)ejectCD:(id)sender;