X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FgpuPlugin.h;h=7a72fbd21d39563a040d5bccea6682bfdd6b49da;hp=768ebe1f22493f9c9a96a0b771ba72f22cdd5ad3;hb=HEAD;hpb=07f75e28d81b8acc64cfb6dee9302fb0eba8774a diff --git a/plugins/gpu-gles/gpuPlugin.h b/plugins/gpu-gles/gpuPlugin.h index 768ebe1f..556d7f53 100644 --- a/plugins/gpu-gles/gpuPlugin.h +++ b/plugins/gpu-gles/gpuPlugin.h @@ -62,9 +62,10 @@ typedef struct { unsigned char psxVRam[1024*1024*2]; } GPUFreeze_t; +#if 0 long CALLBACK GPUinit(); long CALLBACK GPUshutdown(); -long CALLBACK GPUopen(int hwndGPU); +long CALLBACK GPUopen(unsigned long *disp, char *cap, char *cfg); long CALLBACK GPUclose(); unsigned long CALLBACK GPUreadData(void); void CALLBACK GPUreadDataMem(unsigned long * pMem, int iSize); @@ -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);