Skip to content

Commit

Permalink
Fixes context resets
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 17, 2018
1 parent 1a9ad36 commit 94bf8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-common/glsm/glsm.c
Expand Up @@ -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;
Expand Down

0 comments on commit 94bf8ae

Please sign in to comment.