mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Set cache_context to false by default
This commit is contained in:
parent
64db75a62e
commit
0de6af43bb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user