X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu-gles%2FgpuPlugin.h;h=556d7f53609cacbac5f134cdba72ed6e51940d60;hb=71e413beb2288211f8864040d325de6e1676c413;hp=7a72fbd21d39563a040d5bccea6682bfdd6b49da;hpb=5c8119b8680a38d4571b8083a2475d3d4649b983;p=pcsx_rearmed.git diff --git a/plugins/gpu-gles/gpuPlugin.h b/plugins/gpu-gles/gpuPlugin.h index 7a72fbd2..556d7f53 100644 --- a/plugins/gpu-gles/gpuPlugin.h +++ b/plugins/gpu-gles/gpuPlugin.h @@ -65,7 +65,7 @@ typedef struct { #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);