mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Only show network install option when in installation mode.
This commit is contained in:
parent
f2dc16c810
commit
f14a38e604
@ -68,7 +68,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(inputIsPressed(BUTTON_Y)) {
|
if(mode == INSTALL_CIA && inputIsPressed(BUTTON_Y)) {
|
||||||
netInstall = true;
|
netInstall = true;
|
||||||
breakLoop = true;
|
breakLoop = true;
|
||||||
}
|
}
|
||||||
@ -79,11 +79,11 @@ int main(int argc, char **argv) {
|
|||||||
stream << "L - Switch Destination, R - Switch Mode" << "\n";
|
stream << "L - Switch Destination, R - Switch Mode" << "\n";
|
||||||
if(mode == INSTALL_CIA) {
|
if(mode == INSTALL_CIA) {
|
||||||
stream << "X - Install all CIAs in the current directory" << "\n";
|
stream << "X - Install all CIAs in the current directory" << "\n";
|
||||||
|
stream << "Y - Receive an app over the network" << "\n";
|
||||||
} else if(mode == DELETE_CIA) {
|
} else if(mode == DELETE_CIA) {
|
||||||
stream << "X - Delete all CIAs in the current directory" << "\n";
|
stream << "X - Delete all CIAs in the current directory" << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
stream << "Y - Receive an app over the network" << "\n";
|
|
||||||
if(ninjhax) {
|
if(ninjhax) {
|
||||||
stream << "START - Exit to launcher" << "\n";
|
stream << "START - Exit to launcher" << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user