From be3d963074ee8adf5da0371761e090488b3681d3 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 15 Dec 2012 21:07:55 +0000 Subject: Mac Patch 13437. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81770 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index bcfdc314..2e88f445 100644 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -2,6 +2,7 @@ #import #import "PluginController.h" +#import "HotkeyController.h" #import "PluginList.h" extern NSString *memChangeNotifier; @@ -31,6 +32,10 @@ extern NSString *memChangeNotifier; IBOutlet id noFastBootCell; IBOutlet id enableNetPlayCell; IBOutlet id widescreen; + + // Hotkeys + IBOutlet HotkeyController *hkController; + IBOutlet NSTabViewItem *hkTab; IBOutlet NSTextField *mcd1Label; IBOutlet NSTextField *mcd2Label; @@ -50,4 +55,6 @@ extern NSString *memChangeNotifier; - (NSString *)keyForSender:(id)sender; + (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile; +- (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem; + @end -- cgit v1.2.3