From a4905ffaa0185235cc638098dae277f8abc0a56c Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 17 Sep 2012 01:15:40 +0000 Subject: Updating projects to build on Xcode 4.4 Added OpenGL shader support to the Mac software renderer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79892 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h (limited to 'macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h') diff --git a/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h b/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h new file mode 100644 index 00000000..a4cb1054 --- /dev/null +++ b/macosx/plugins/DFXVideo/macsrc/SGPUPreferences.h @@ -0,0 +1,18 @@ +// +// SGPUPreferences.h +// PeopsSoftGPU +// +// Created by C.W. Betts on 9/16/12. +// +// + +#ifndef PeopsSoftGPU_SGPUPreferences_h +#define PeopsSoftGPU_SGPUPreferences_h + +#import + +BOOL isShaderEnabled(); +NSURL *PSXFragmentShader(); +NSURL *PSXVertexShader(); + +#endif -- cgit v1.2.3