From 217e025825115d2cabe41080da053c074a17db36 Mon Sep 17 00:00:00 2001 From: Kei <7037851+coderkei@users.noreply.github.com> Date: Mon, 12 May 2025 19:55:23 +0100 Subject: [PATCH] Fix hotkeys Fix hotkey values --- arm9/source/launcher/NdsBootstrapLauncher.cpp | 4 ++-- arm9/source/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arm9/source/launcher/NdsBootstrapLauncher.cpp b/arm9/source/launcher/NdsBootstrapLauncher.cpp index 5af1639..0bed435 100644 --- a/arm9/source/launcher/NdsBootstrapLauncher.cpp +++ b/arm9/source/launcher/NdsBootstrapLauncher.cpp @@ -89,10 +89,10 @@ bool NdsBootstrapLauncher::prepareIni() { ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "284"); break; case 1: - ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "218"); + ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "308"); break; case 2: - ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "214"); + ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "304"); break; case 3: ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "383"); diff --git a/arm9/source/version.h b/arm9/source/version.h index ead86ba..3975ac8 100644 --- a/arm9/source/version.h +++ b/arm9/source/version.h @@ -8,7 +8,7 @@ */ #define AKMENU_VERSION_MAIN "1" -#define AKMENU_VERSION_SUB "5" +#define AKMENU_VERSION_SUB "5.1" #ifndef __KERNEL_LAUNCHER_SUPPORT__ #define AKMENU_LOADER_NAME "nds-bootstrap"