From a602f4591fefa9e560a49395c9d4a7a6a126a4c5 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 23 Sep 2012 21:28:57 +0000 Subject: 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 --- macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h') diff --git a/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h b/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h index a4cb1054..27449a69 100644 --- a/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h +++ b/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h @@ -14,5 +14,6 @@ BOOL isShaderEnabled(); NSURL *PSXFragmentShader(); NSURL *PSXVertexShader(); +float PSXShaderQuality(); #endif -- cgit v1.2.3