From 531ad373b2c22e00a341a6635023cf8949571bd5 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 22 Aug 2013 23:53:37 +0000 Subject: Moving most of the OS X preferences to auto layout, and all to 10.7. Changing some lists of independent checkbox buttons to matrices. Fix a discrepancy between SDL versions 1.2 and 2.0 APIs in OS X's input preferences. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86849 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h') diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h index d4bac705..3a8ac98a 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h +++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h @@ -3,6 +3,7 @@ #define PluginConfigController NetSfPeopsSoftGPUPluginConfigController #import +#import "ARCBridge.h" @interface NetSfPeopsSoftGPUPluginConfigController : NSWindowController { @@ -12,6 +13,7 @@ IBOutlet NSControl *frameSkipping; IBOutlet NSControl *hackEnable; IBOutlet NSView *hacksView; + IBOutlet NSMatrix *hacksMatrix; IBOutlet NSControl *vSync; IBOutlet NSControl *shaders; IBOutlet NSTextField *vertexShaderViewablePath; @@ -27,8 +29,8 @@ NSMutableDictionary *keyValues; } -@property (retain) NSURL *vertexPath; -@property (retain) NSURL *fragmentPath; +@property (arcretain) NSURL *vertexPath; +@property (arcretain) NSURL *fragmentPath; - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; -- cgit v1.2.3