mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-15 07:15:09 +01:00
Change which options go back to the main menu
This commit is contained in:
parent
00f699ef47
commit
7bd065467a
@ -730,7 +730,7 @@ void gui_display(int shortcut)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} while (opt != 5 && opt != 9 && opt != 10);
|
} while (opt == 0 || opt == 6 || opt == 7 || opt == 8);
|
||||||
|
|
||||||
if (prefs_has_changed)
|
if (prefs_has_changed)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user