mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
clear the runloop variable
This commit is contained in:
parent
d58c802e3b
commit
0026a91d62
@ -1391,6 +1391,7 @@ static void command_event_restore_default_shader_preset(void)
|
||||
{
|
||||
/* auto shader preset: reload the original shader */
|
||||
config_unload_shader_preset();
|
||||
runloop_ctl(RUNLOOP_CTL_CLEAR_DEFAULT_SHADER_PRESET, NULL);
|
||||
}
|
||||
|
||||
static bool command_event_save_auto_state(void)
|
||||
|
Loading…
Reference in New Issue
Block a user