From: notaz Date: Mon, 16 Jan 2012 21:49:36 +0000 (+0200) Subject: gpu-gles: schtruck/fpse merge: don't delay gl init X-Git-Tag: r14~25 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=0507e4f1e5c28ea0e5214b32ed1f6f571f7b8066 gpu-gles: schtruck/fpse merge: don't delay gl init --- 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; }