diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-05-30 07:19:21 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-05-30 07:19:21 +0000 |
| commit | 928e43def776ab2cb40dbca87316ef956b805249 (patch) | |
| tree | b1db04d3535e7b311b46361980962377b218d9ac /plugins/peopsxgl/menu.c | |
| parent | 51cf70467dfbcca5fbce7f25761678dd8b487d4e (diff) | |
| download | pcsxr-928e43def776ab2cb40dbca87316ef956b805249.tar.gz | |
x86_64 compatiablity for P.E.Op.S OpenGL Driver (untested)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23601 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/menu.c')
| -rw-r--r-- | plugins/peopsxgl/menu.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/peopsxgl/menu.c b/plugins/peopsxgl/menu.c index 8cc85c53..f26d5ce2 100644 --- a/plugins/peopsxgl/menu.c +++ b/plugins/peopsxgl/menu.c @@ -25,7 +25,7 @@ #include "menu.h"
#include "gpu.h"
-unsigned long dwCoreFlags=0;
+uint32_t dwCoreFlags=0;
PSXPoint_t ptCursorPoint[8];
unsigned short usCursorActive=0;
@@ -1385,7 +1385,7 @@ void ShowGunCursor(void) {
int iPlayer;
GLfloat fX,fY,fDX,fDY,fYS,fXS;
- const unsigned long crCursorColor32[8]={0xff00ff00,0xffff0000,0xff0000ff,0xffff00ff,0xffffff00,0xff00ffff,0xffffffff,0xff7f7f7f};
+ const uint32_t crCursorColor32[8]={0xff00ff00,0xffff0000,0xff0000ff,0xffff00ff,0xffffff00,0xff00ffff,0xffffffff,0xff7f7f7f};
if(!gTexCursorName) // create gun cursor texture the first time
{
@@ -1441,6 +1441,3 @@ void ShowGunCursor(void) glEnable(GL_SCISSOR_TEST);
}
-
-////////////////////////////////////////////////////////////////////////
-
|
