summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrController.h')
-rw-r--r--macosx/PcsxrController.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h
index f686021f..d1e63c03 100644
--- a/macosx/PcsxrController.h
+++ b/macosx/PcsxrController.h
@@ -8,13 +8,13 @@
{
NSWindowController *preferencesController;
NSWindowController *memCardController;
- PluginList *pluginList;
-
+ PluginList *pluginList;
+
IBOutlet NSWindow *memCardWindow;
IBOutlet NSWindow *preferenceWindow;
-
- BOOL sleepInBackground;
- BOOL wasPausedBeforeBGSwitch;
+
+ BOOL sleepInBackground;
+ BOOL wasPausedBeforeBGSwitch;
}
- (IBAction)ejectCD:(id)sender;
- (IBAction)pause:(id)sender;