diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-20 22:42:36 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-20 22:42:36 +0000 |
| commit | ec03001040a634987b658e4b79e377ec4fd2e959 (patch) | |
| tree | d7a140be2703c4a92de736203ef02c70afb57787 /macosx/PcsxrController.h | |
| parent | b35a42b0a1f8424b3e92b66bd315274ce748c2bb (diff) | |
| download | pcsxr-ec03001040a634987b658e4b79e377ec4fd2e959.tar.gz | |
Add a recent menu.
Ignoring Xcode 4 generated files.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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; |
