From 51cf70467dfbcca5fbce7f25761678dd8b487d4e Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 9 May 2009 10:25:10 +0000 Subject: Integrated P.E.Op.S OpenGL plugin into the build tree (still does NOT work on x86_64) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23342 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfOpenGL/GPU.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'plugins/dfOpenGL/GPU.c') diff --git a/plugins/dfOpenGL/GPU.c b/plugins/dfOpenGL/GPU.c index 4776f47b..8546a02c 100644 --- a/plugins/dfOpenGL/GPU.c +++ b/plugins/dfOpenGL/GPU.c @@ -9,7 +9,7 @@ #include "gpu_i.h" #include "primitive_drawing.h" #include "cfg.h" -#include "PSEmu_PlugIn_Defs.h" +#include "psemu_plugin_defs.h" #include @@ -21,17 +21,16 @@ const unsigned char version = PLUGIN_VERSION; // do not touch - library for PSEm // it is up to developer but values must be in range 0-255 -const unsigned char revision = 1; -const unsigned char build = 0; +const unsigned char revision = 1; +const unsigned char build = 0; // to obtain library name for your plugin, mail: plugin@psemu.com // this must be unique, and only we can provide this -static char *libraryName = "PCSX-df OpenGL Plugin"; +static char *libraryName = "PCSX-df OpenGL Driver"; float scalarDispWidth,scalarDispHeight; float scalarDrawWidth,scalarDrawHeight; - // driver dependant variables GpuConfS gpuConfig; -- cgit v1.2.3