mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-24 14:59:35 -05:00
Skip option menu on wiping savedata
This commit is contained in:
parent
97af794de6
commit
4eeb076f42
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user