mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-14 23:05:08 +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:
|
||||
break;
|
||||
}
|
||||
} while (opt != 5 && opt != 9 && opt != 10);
|
||||
} while (opt == 0 || opt == 6 || opt == 7 || opt == 8);
|
||||
|
||||
if (prefs_has_changed)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user