aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuPlugin.h
diff options
context:
space:
mode:
authornotaz2012-01-19 02:42:24 +0200
committernotaz2012-01-21 00:05:04 +0200
commit7890a708c71f94c549b3e87f7471647a014d4038 (patch)
tree7c4a815e63a86b5f14d5f55ec0eca0167385823a /plugins/gpu-gles/gpuPlugin.h
parent746fee5107b5548577f57cf2aa53e2dbb6a1dffc (diff)
downloadpcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.tar.gz
pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.tar.bz2
pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.zip
gpu-gles: add gpulib code
Diffstat (limited to 'plugins/gpu-gles/gpuPlugin.h')
-rw-r--r--plugins/gpu-gles/gpuPlugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpu-gles/gpuPlugin.h b/plugins/gpu-gles/gpuPlugin.h
index 768ebe1..7a72fbd 100644
--- a/plugins/gpu-gles/gpuPlugin.h
+++ b/plugins/gpu-gles/gpuPlugin.h
@@ -62,6 +62,7 @@ typedef struct {
unsigned char psxVRam[1024*1024*2];
} GPUFreeze_t;
+#if 0
long CALLBACK GPUinit();
long CALLBACK GPUshutdown();
long CALLBACK GPUopen(int hwndGPU);
@@ -84,7 +85,7 @@ long CALLBACK GPUshowScreenPic(unsigned char * pMem);
long CALLBACK GPUconfigure(void);
long CALLBACK GPUtest(void);
void CALLBACK GPUabout(void);
-
+#endif
void DoSnapShot(void);
void GPUvSinc(void);