mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Refresh menu properly on player change.
Players > #2 shouldn't see hotkeys.
This commit is contained in:
parent
3ab42b7e90
commit
21b9fb1f4b
@ -324,6 +324,8 @@ int menu_set_settings(unsigned setting, unsigned action)
|
||||
rgui->current_pad++;
|
||||
}
|
||||
|
||||
if (port != rgui->current_pad)
|
||||
rgui->need_refresh = true;
|
||||
port = rgui->current_pad;
|
||||
break;
|
||||
case RGUI_SETTINGS_BIND_DEVICE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user