Fix hotkeys

Fix hotkey values
This commit is contained in:
Kei 2025-05-12 19:55:23 +01:00
parent 5202fdb4d8
commit 217e025825
2 changed files with 3 additions and 3 deletions

View File

@ -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");

View File

@ -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"