Skip to content

Commit 217e025

Browse files
committed
Fix hotkeys
Fix hotkey values
1 parent 5202fdb commit 217e025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arm9/source/launcher/NdsBootstrapLauncher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ bool NdsBootstrapLauncher::prepareIni() {
8989
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "284");
9090
break;
9191
case 1:
92-
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "218");
92+
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "308");
9393
break;
9494
case 2:
95-
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "214");
95+
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "304");
9696
break;
9797
case 3:
9898
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "383");

arm9/source/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
#define AKMENU_VERSION_MAIN "1"
11-
#define AKMENU_VERSION_SUB "5"
11+
#define AKMENU_VERSION_SUB "5.1"
1212

1313
#ifndef __KERNEL_LAUNCHER_SUPPORT__
1414
#define AKMENU_LOADER_NAME "nds-bootstrap"

0 commit comments

Comments
 (0)