diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-09-23 21:28:57 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-09-23 21:28:57 +0000 |
| commit | a602f4591fefa9e560a49395c9d4a7a6a126a4c5 (patch) | |
| tree | 99e57afaa380c70bd5ba02ece871eacd7dd3240a /macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | |
| parent | e81974f7ecc531f43d42180985b9cb37ffb96934 (diff) | |
| download | pcsxr-a602f4591fefa9e560a49395c9d4a7a6a126a4c5.tar.gz | |
Quieting a warning in OS X localization implementation.
Fixing a few bugs on the OS X Software Shader support, and adding a quality selector.
Changing the hacks type used in the Mac preference selector from unsigned long to unsigned int.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79982 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h')
| -rw-r--r-- | macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h index ec9c0203..a740ed67 100644 --- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h +++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h @@ -19,6 +19,7 @@ IBOutlet NSControl *vertexChooser; IBOutlet NSControl *fragmentChooser; IBOutlet NSView *shadersView; + IBOutlet NSPopUpButton *shaderQualitySelector; NSURL *vertexPath; NSURL *fragmentPath; |
