diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-03 00:39:53 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-03 00:39:53 +0000 |
| commit | e68904da2ee403030e454bad73cd8dcfe6d3715c (patch) | |
| tree | 048ba3bb5bdf0b6a956826caaa0c9e5dfb0681ba /macosx/PcsxrController.h | |
| parent | f9a250d60e621b63cc77d432f42ae700ff3e249b (diff) | |
| download | pcsxr-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-x | macosx/PcsxrController.h | 4 |
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; |
