aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuPlugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu-gles/gpuPlugin.c')
-rw-r--r--plugins/gpu-gles/gpuPlugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu-gles/gpuPlugin.c b/plugins/gpu-gles/gpuPlugin.c
index 45a0b92..9d749a5 100644
--- a/plugins/gpu-gles/gpuPlugin.c
+++ b/plugins/gpu-gles/gpuPlugin.c
@@ -506,6 +506,8 @@ long CALLBACK GPUopen(int hwndGPU)
InitializeTextureStore(); // init texture mem
+ CSTEXTURE = CSVERTEX = CSCOLOR = 0;
+
// lGPUstatusRet = 0x74000000;
// with some emus, we could do the OGL init right here... oh my