mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix derp.
This commit is contained in:
parent
2e3ca36010
commit
a802b18212
@ -1612,7 +1612,7 @@ int menu_set_settings(void *data, unsigned setting, unsigned action)
|
||||
case RGUI_ACTION_LEFT:
|
||||
if (g_settings.video.monitor_index)
|
||||
{
|
||||
g_settings.video.monitor_index++;
|
||||
g_settings.video.monitor_index--;
|
||||
rarch_set_fullscreen(g_settings.video.fullscreen);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user