mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix RGUI rewind setting.
This commit is contained in:
parent
4cdfcf30d5
commit
a5722aef3a
@ -613,9 +613,11 @@ static int rgui_settings_toggle_setting(unsigned setting, rgui_action_t action,
|
|||||||
action == RGUI_ACTION_LEFT ||
|
action == RGUI_ACTION_LEFT ||
|
||||||
action == RGUI_ACTION_RIGHT)
|
action == RGUI_ACTION_RIGHT)
|
||||||
{
|
{
|
||||||
settings_set(1ULL < S_REWIND);
|
settings_set(1ULL << S_REWIND);
|
||||||
if (g_settings.rewind_enable)
|
if (g_settings.rewind_enable)
|
||||||
rarch_init_rewind();
|
rarch_init_rewind();
|
||||||
|
else
|
||||||
|
rarch_deinit_rewind();
|
||||||
}
|
}
|
||||||
else if (action == RGUI_ACTION_START)
|
else if (action == RGUI_ACTION_START)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user