mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-26 11:26:37 +08:00
Change exit button back to start.
This commit is contained in:
parent
8b8a93afc2
commit
0cbae65520
@ -53,7 +53,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_SELECT)) {
|
if(ninjhax && inputIsPressed(BUTTON_START)) {
|
||||||
exit = true;
|
exit = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -102,7 +102,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
stream << "Y - Receive an app over the network" << "\n";
|
stream << "Y - Receive an app over the network" << "\n";
|
||||||
if(ninjhax) {
|
if(ninjhax) {
|
||||||
stream << "SELECT - Exit to launcher" << "\n";
|
stream << "START - Exit to launcher" << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string str = stream.str();
|
std::string str = stream.str();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user