Fixes context resets

This commit is contained in:
twinaphex 2018-02-17 15:18:08 +01:00
parent 1a9ad36e4f
commit 94bf8ae573

View File

@ -2217,7 +2217,7 @@ static bool glsm_state_ctx_init(void *data)
hw_render.stencil = params->stencil;
hw_render.depth = true;
hw_render.bottom_left_origin = true;
hw_render.cache_context = true;
hw_render.cache_context = false;
if (!params->environ_cb(RETRO_ENVIRONMENT_SET_HW_RENDER, &hw_render))
return false;