mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-05-07 16:56:35 +08:00
Break loop when changing the destination in launch mode.
This commit is contained in:
parent
f14a38e604
commit
8a9dedc1ac
@ -49,7 +49,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
freeSpace = fsGetFreeSpace(destination);
|
freeSpace = fsGetFreeSpace(destination);
|
||||||
if(mode == DELETE_TITLE) {
|
if(mode == DELETE_TITLE || mode == LAUNCH_TITLE) {
|
||||||
breakLoop = true;
|
breakLoop = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user