mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +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;
|
||||
u64 freeSpace = fsGetFreeSpace(destination);
|
||||
auto onLoop = [&]() {
|
||||
if(ninjhax && inputIsPressed(BUTTON_START)) {
|
||||
if(ninjhax && inputIsPressed(BUTTON_SELECT)) {
|
||||
exit = true;
|
||||
return true;
|
||||
}
|
||||
@ -68,7 +68,7 @@ int main(int argc, char **argv) {
|
||||
stream << "L - Switch Destination, R - Switch Mode" << "\n";
|
||||
stream << "Y - Receive an app over the network" << "\n";
|
||||
if(ninjhax) {
|
||||
stream << "START - Exit to launcher" << "\n";
|
||||
stream << "SELECT - Exit to launcher" << "\n";
|
||||
}
|
||||
|
||||
std::string str = stream.str();
|
||||
|
Loading…
x
Reference in New Issue
Block a user