summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-03-03 00:39:53 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-03-03 00:39:53 +0000
commite68904da2ee403030e454bad73cd8dcfe6d3715c (patch)
tree048ba3bb5bdf0b6a956826caaa0c9e5dfb0681ba /macosx/PcsxrController.h
parentf9a250d60e621b63cc77d432f42ae700ff3e249b (diff)
downloadpcsxr-e68904da2ee403030e454bad73cd8dcfe6d3715c.tar.gz
Apply patch 13980, with fixes to get it working properly. This allows a cheat interface for OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83306 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
-rwxr-xr-xmacosx/PcsxrController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h
index a6bed84f..1b78dbcf 100755
--- a/macosx/PcsxrController.h
+++ b/macosx/PcsxrController.h
@@ -6,13 +6,16 @@
#import "RecentItemsMenu.h"
@class ConfigurationController;
+@class CheatController;
@interface PcsxrController : NSObject <NSApplicationDelegate>
{
ConfigurationController *preferencesController;
+ CheatController *cheatController;
PluginList *pluginList;
IBOutlet NSWindow *preferenceWindow;
+ IBOutlet NSWindow *cheatWindow;
IBOutlet RecentItemsMenu *recentItems;
BOOL sleepInBackground;
@@ -22,6 +25,7 @@
- (IBAction)ejectCD:(id)sender;
- (IBAction)pause:(id)sender;
+- (IBAction)showCheatsWindow:(id)sender;
- (IBAction)preferences:(id)sender;
- (IBAction)reset:(id)sender;
- (IBAction)runCD:(id)sender;