gpu-gles: add gpulib code
[pcsx_rearmed.git] / plugins / gpu-gles / gpuPlugin.h
index 768ebe1..7a72fbd 100644 (file)
@@ -62,6 +62,7 @@ typedef struct {
        unsigned char psxVRam[1024*1024*2];\r
 } GPUFreeze_t;\r
 \r
+#if 0\r
 long CALLBACK GPUinit();\r
 long CALLBACK GPUshutdown();\r
 long CALLBACK GPUopen(int hwndGPU);\r
@@ -84,7 +85,7 @@ long CALLBACK GPUshowScreenPic(unsigned char * pMem);
 long CALLBACK GPUconfigure(void);\r
 long CALLBACK GPUtest(void);\r
 void CALLBACK GPUabout(void);\r
-\r
+#endif\r
 \r
 void           DoSnapShot(void);\r
 void              GPUvSinc(void);\r