summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/zn.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-05-09 10:25:10 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-05-09 10:25:10 +0000
commit51cf70467dfbcca5fbce7f25761678dd8b487d4e (patch)
tree151add86c7591d2a496422cf8790daec26059af8 /plugins/dfxvideo/zn.c
parent29059dcf6e6fbc34c5eacd2a3c70995a1874f02b (diff)
downloadpcsxr-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/dfxvideo/zn.c')
-rw-r--r--plugins/dfxvideo/zn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfxvideo/zn.c b/plugins/dfxvideo/zn.c
index 6233642b..ea8537b6 100644
--- a/plugins/dfxvideo/zn.c
+++ b/plugins/dfxvideo/zn.c
@@ -23,7 +23,7 @@
// - psx gpu plugin interface prototypes-------------- //
// --------------------------------------------------- //
-long GPUopen(unsigned long * disp,const char * CapText,const char * CfgFile);
+long GPUopen(unsigned long *disp, const char *CapText, const char *CfgFile);
void CALLBACK GPUdisplayText(char * pText);
void CALLBACK GPUdisplayFlags(uint32_t dwFlags);
@@ -56,7 +56,7 @@ void CALLBACK GPUkeypressed(int keycode);
// - zn gpu interface -------------------------------- //
// --------------------------------------------------- //
-uint32_t dwGPUVersion=0;
+uint32_t dwGPUVersion=0;
int iGPUHeight=512;
int iGPUHeightMask=511;
int GlobalTextIL=0;