summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-24 19:03:21 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-24 19:03:21 +0000
commit2082062cd85a3cadf38c6d7644b9f27b4d5616e5 (patch)
treef81bbaf6401b6e87e6839be434dca90c25eb439a /macosx/PcsxrController.h
parente542a8ec7278272ae06117cc09f9352dcff49de9 (diff)
downloadpcsxr-2082062cd85a3cadf38c6d7644b9f27b4d5616e5.tar.gz
Hack to make it so that pausing when PCSXR is in the background can be disabled.
I would like it so that it was in the preference window. Maybe I can do that later. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72609 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
-rw-r--r--macosx/PcsxrController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h
index d1e63c03..77e3011a 100644
--- a/macosx/PcsxrController.h
+++ b/macosx/PcsxrController.h
@@ -10,7 +10,6 @@
NSWindowController *memCardController;
PluginList *pluginList;
- IBOutlet NSWindow *memCardWindow;
IBOutlet NSWindow *preferenceWindow;
BOOL sleepInBackground;
@@ -26,6 +25,7 @@
- (IBAction)freeze:(id)sender;
- (IBAction)defrost:(id)sender;
- (IBAction)fullscreen:(id)sender;
+- (IBAction)pauseInBackground:(id)sender;
+ (void)setConfigFromDefaults;
+ (void)setDefaultFromConfig:(NSString *)defaultKey;