From e68904da2ee403030e454bad73cd8dcfe6d3715c Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 3 Mar 2013 00:39:53 +0000 Subject: 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 --- macosx/PcsxrController.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macosx/PcsxrController.h') 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 { 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; -- cgit v1.2.3