mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-26 19:36:38 +08:00
Change exit button to select.
This commit is contained in:
parent
a8f247d00e
commit
70a2cfeebd
@ -27,7 +27,7 @@ int main(int argc, char **argv) {
|
|||||||
bool netInstall = false;
|
bool netInstall = false;
|
||||||
u64 freeSpace = fsGetFreeSpace(destination);
|
u64 freeSpace = fsGetFreeSpace(destination);
|
||||||
auto onLoop = [&]() {
|
auto onLoop = [&]() {
|
||||||
if(ninjhax && inputIsPressed(BUTTON_START)) {
|
if(ninjhax && inputIsPressed(BUTTON_SELECT)) {
|
||||||
exit = true;
|
exit = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -68,7 +68,7 @@ int main(int argc, char **argv) {
|
|||||||
stream << "L - Switch Destination, R - Switch Mode" << "\n";
|
stream << "L - Switch Destination, R - Switch Mode" << "\n";
|
||||||
stream << "Y - Receive an app over the network" << "\n";
|
stream << "Y - Receive an app over the network" << "\n";
|
||||||
if(ninjhax) {
|
if(ninjhax) {
|
||||||
stream << "START - Exit to launcher" << "\n";
|
stream << "SELECT - Exit to launcher" << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string str = stream.str();
|
std::string str = stream.str();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user