summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/draw.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2016-03-25 16:25:15 +0000
committeriCatButler <i.am.catbutler@gmail.com>2016-03-25 16:25:15 +0000
commit7767ea4acbae995cd8e6302bdb7c97e89748dfd8 (patch)
treeb4a3025b703f8f3f383626aa5a651b2954c3a512 /plugins/peopsxgl/draw.h
parent106f6594c9e2ad601deb7ad9bdf5eab8a568c01b (diff)
downloadpcsxr-7767ea4acbae995cd8e6302bdb7c97e89748dfd8.tar.gz
Initial upload of PGXP.
Diffstat (limited to 'plugins/peopsxgl/draw.h')
-rwxr-xr-xplugins/peopsxgl/draw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/peopsxgl/draw.h b/plugins/peopsxgl/draw.h
index 10501d37..2f524904 100755
--- a/plugins/peopsxgl/draw.h
+++ b/plugins/peopsxgl/draw.h
@@ -35,10 +35,10 @@ BOOL bSetupPixelFormat(HDC hDC);
int GLinitialize();
void GLcleanup();
-BOOL offset2(void);
-BOOL offset3(void);
-BOOL offset4(void);
-BOOL offsetline(void);
+BOOL offset2(unsigned int* addr);
+BOOL offset3(unsigned int* addr);
+BOOL offset4(unsigned int* addr);
+BOOL offsetline(unsigned int* addr);
void offsetST(void);
void offsetBlk(void);
void offsetScreenUpload(int Position);