Skip option menu on wiping savedata

This commit is contained in:
Lázaro Vieira 2017-04-07 05:13:55 -03:00
parent 97af794de6
commit 4eeb076f42

View File

@ -345,6 +345,10 @@ int Menu_Main(void) {
}
if (menu==2) {
task = cursor;
if (task==2) {
wipeSavedata(&titles[targ], allusers, common);
continue;
}
if (task > 2) {
char gamePath[PATH_SIZE];
memset(versionList, 0, 0x100*sizeof(int));