Don't allow going back if you're in sdmc:/ on the switch
This commit is contained in:
parent
9e3ca7e6db
commit
68679cc097
@ -63,10 +63,13 @@ bool menuUpdate(void) {
|
||||
}
|
||||
}
|
||||
else if (down & KEY_B)
|
||||
{
|
||||
if (strcmp( menu->dirname, "sdmc:/") != 0)
|
||||
{
|
||||
//workerSchedule(changeDirTask, "..");
|
||||
menuScan("..");
|
||||
}
|
||||
}
|
||||
else if (down & KEY_PLUS)
|
||||
{
|
||||
exitflag = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user