X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FgpuPlugin.c;fp=plugins%2Fgpu-gles%2FgpuPlugin.c;h=fcc8f8bbad3f4b5b3b559a22e133ddcd5f800da8;hp=54147ef6810aa7532bdaf9cd26716f82e98c2402;hb=0507e4f1e5c28ea0e5214b32ed1f6f571f7b8066;hpb=13326d3e8422568b7f5528e7b8878b2f496ea652 diff --git a/plugins/gpu-gles/gpuPlugin.c b/plugins/gpu-gles/gpuPlugin.c index 54147ef6..fcc8f8bb 100644 --- a/plugins/gpu-gles/gpuPlugin.c +++ b/plugins/gpu-gles/gpuPlugin.c @@ -509,7 +509,7 @@ long CALLBACK GPUopen(int hwndGPU) // lGPUstatusRet = 0x74000000; // with some emus, we could do the OGL init right here... oh my -// if(bIsFirstFrame) GLinitialize(); + if(bIsFirstFrame) GLinitialize(); return 0; }