diff options
Diffstat (limited to 'macosx/PcsxrController.h')
| -rw-r--r-- | macosx/PcsxrController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h index b89587c0..10ae42c0 100644 --- a/macosx/PcsxrController.h +++ b/macosx/PcsxrController.h @@ -3,8 +3,10 @@ #import <Cocoa/Cocoa.h> #import "EmuThread.h" #import "PluginList.h" +#import "RecentItemsMenu.h" @class ConfigurationController; +@class RecentItemsMenu; @interface PcsxrController : NSObject <NSApplicationDelegate> { @@ -12,6 +14,7 @@ PluginList *pluginList; IBOutlet NSWindow *preferenceWindow; + IBOutlet RecentItemsMenu *recentItems; BOOL sleepInBackground; BOOL wasPausedBeforeBGSwitch; @@ -27,6 +30,7 @@ - (IBAction)defrost:(id)sender; - (IBAction)fullscreen:(id)sender; - (IBAction)pauseInBackground:(id)sender; +- (void)runURL:(NSURL*)url; + (void)setConfigFromDefaults; + (void)setDefaultFromConfig:(NSString *)defaultKey; |
