From e8799fe621a86267ea50ae45ec03b5fb05c66905 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 4 Jul 2013 19:16:29 +0000 Subject: Copy over DFCdrom to bladesio1 on OS X. to begin the process for the OS X plug-in. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85814 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../plugins/Bladesio1/macsrc/PluginConfigController.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 macosx/plugins/Bladesio1/macsrc/PluginConfigController.h (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h') diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h new file mode 100755 index 00000000..b7f6fafb --- /dev/null +++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h @@ -0,0 +1,18 @@ +#define PluginConfigController DFCdromPluginConfigController + +#import + +@interface PluginConfigController : NSWindowController +{ + IBOutlet NSControl *Cached; + IBOutlet NSSlider *CacheSize; + IBOutlet NSPopUpButton *CdSpeed; + + NSMutableDictionary *keyValues; +} +- (IBAction)cancel:(id)sender; +- (IBAction)ok:(id)sender; + +- (void)loadValues; + +@end -- cgit v1.2.3