We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5202fdb commit 217e025Copy full SHA for 217e025
arm9/source/launcher/NdsBootstrapLauncher.cpp
@@ -89,10 +89,10 @@ bool NdsBootstrapLauncher::prepareIni() {
89
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "284");
90
break;
91
case 1:
92
- ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "218");
+ ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "308");
93
94
case 2:
95
- ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "214");
+ ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "304");
96
97
case 3:
98
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "383");
arm9/source/version.h
@@ -8,7 +8,7 @@
8
*/
9
10
#define AKMENU_VERSION_MAIN "1"
11
-#define AKMENU_VERSION_SUB "5"
+#define AKMENU_VERSION_SUB "5.1"
12
13
#ifndef __KERNEL_LAUNCHER_SUPPORT__
14
#define AKMENU_LOADER_NAME "nds-bootstrap"
0 commit comments