Add Unicode Symbols for Keyboard.

And fix Settings.
This commit is contained in:
StackZ
2020-01-03 23:41:05 +01:00
parent 21f7f2e355
commit 5551317158
2 changed files with 22 additions and 17 deletions
+2
View File
@@ -245,6 +245,7 @@ void Settings::MiscSettingsLogic(u32 hDown, u32 hHeld, touchPosition touch) {
}
if ((hDown & KEY_B || hDown & KEY_L) || (hDown & KEY_TOUCH && touching(touch, arrowPos[2]))) {
Selection = 0;
mode = 0;
}
}
@@ -280,6 +281,7 @@ void Settings::SubMenuLogic(u32 hDown, u32 hHeld, touchPosition touch) {
}
if ((hDown & KEY_R) || (hDown & KEY_TOUCH && touching(touch, arrowPos[4]))) {
Selection = 0;
mode = 4;
}
}