From 303526a061af0ba94fb320887e36b90ac8d9123c Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 2 Nov 2009 06:59:44 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34786 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../DFXVideo/macsrc/PluginConfigController.h | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 macosx/plugins/DFXVideo/macsrc/PluginConfigController.h (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h') diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h new file mode 100644 index 00000000..0e734411 --- /dev/null +++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h @@ -0,0 +1,26 @@ +/* NetSfPeopsSoftGPUPluginConfigController */ + +#define PluginConfigController NetSfPeopsSoftGPUPluginConfigController + +#import + +@interface PluginConfigController : NSWindowController +{ + IBOutlet NSControl *autoFullScreen; + IBOutlet NSPopUpButton *ditherMode; + IBOutlet NSControl *fpsCounter; + IBOutlet NSControl *frameSkipping; + IBOutlet NSControl *hackEnable; + IBOutlet NSView *hacksView; + IBOutlet NSControl *vSync; + + NSMutableDictionary *keyValues; +} +- (IBAction)cancel:(id)sender; +- (IBAction)ok:(id)sender; +- (IBAction)reset:(id)sender; +- (IBAction)hackToggle:(id)sender; + +- (void)loadValues; + +@end -- cgit v1.2.3