mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-30 12:20:42 +00:00
Fixes context resets
This commit is contained in:
parent
1a9ad36e4f
commit
94bf8ae573
@ -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…
Reference in New Issue
Block a user