From 0507e4f1e5c28ea0e5214b32ed1f6f571f7b8066 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 16 Jan 2012 23:49:36 +0200 Subject: gpu-gles: schtruck/fpse merge: don't delay gl init --- plugins/gpu-gles/gpuPlugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu-gles/gpuPlugin.c') diff --git a/plugins/gpu-gles/gpuPlugin.c b/plugins/gpu-gles/gpuPlugin.c index 54147ef..fcc8f8b 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; } -- cgit v1.2.3