mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 08:55:46 -04:00
Fix hotkeys
Fix hotkey values
This commit is contained in:
parent
5202fdb4d8
commit
217e025825
@ -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");
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user