diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-05-09 10:25:10 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-05-09 10:25:10 +0000 |
| commit | 51cf70467dfbcca5fbce7f25761678dd8b487d4e (patch) | |
| tree | 151add86c7591d2a496422cf8790daec26059af8 /plugins/dfOpenGL/GPU.c | |
| parent | 29059dcf6e6fbc34c5eacd2a3c70995a1874f02b (diff) | |
| download | pcsxr-51cf70467dfbcca5fbce7f25761678dd8b487d4e.tar.gz | |
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
Diffstat (limited to 'plugins/dfOpenGL/GPU.c')
| -rw-r--r-- | plugins/dfOpenGL/GPU.c | 9 |
1 files changed, 4 insertions, 5 deletions
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 <X11/extensions/xf86vmode.h> @@ -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; |
