diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-08 09:27:25 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-08 09:27:25 +0000 |
| commit | 5f868fa161d5827e45a060a0b17b44a997625315 (patch) | |
| tree | 1694ae3dfcb0189abdf098edbf6dae0bf2a18e4d /macosx/PcsxController.h | |
| parent | c7eb23ccf1813fb4ca47c309c40baff308151237 (diff) | |
| download | pcsxr-5f868fa161d5827e45a060a0b17b44a997625315.tar.gz | |
Rebranding.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxController.h')
| -rw-r--r-- | macosx/PcsxController.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/macosx/PcsxController.h b/macosx/PcsxController.h deleted file mode 100644 index 70e81e19..00000000 --- a/macosx/PcsxController.h +++ /dev/null @@ -1,34 +0,0 @@ -/* PcsxController */ - -#import <Cocoa/Cocoa.h> -#import "EmuThread.h" -#import "PluginList.h" - -@interface PcsxController : NSObject -{ - NSWindowController *preferencesController; - NSWindowController *memCardController; - PluginList *pluginList; - - IBOutlet NSWindow *memCardWindow; - IBOutlet NSWindow *preferenceWindow; - - BOOL sleepInBackground; - BOOL wasPausedBeforeBGSwitch; -} -- (IBAction)ejectCD:(id)sender; -- (IBAction)pause:(id)sender; -- (IBAction)preferences:(id)sender; -- (IBAction)reset:(id)sender; -- (IBAction)runCD:(id)sender; -- (IBAction)runIso:(id)sender; -- (IBAction)runBios:(id)sender; -- (IBAction)freeze:(id)sender; -- (IBAction)defrost:(id)sender; -- (IBAction)fullscreen:(id)sender; - -+ (void)setConfigFromDefaults; -+ (void)setDefaultFromConfig:(NSString *)defaultKey; -+ (BOOL)biosAvailable; - -@end |
