mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 17:05:48 -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");
|
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "284");
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "218");
|
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "308");
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "214");
|
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "304");
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "383");
|
ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "383");
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define AKMENU_VERSION_MAIN "1"
|
#define AKMENU_VERSION_MAIN "1"
|
||||||
#define AKMENU_VERSION_SUB "5"
|
#define AKMENU_VERSION_SUB "5.1"
|
||||||
|
|
||||||
#ifndef __KERNEL_LAUNCHER_SUPPORT__
|
#ifndef __KERNEL_LAUNCHER_SUPPORT__
|
||||||
#define AKMENU_LOADER_NAME "nds-bootstrap"
|
#define AKMENU_LOADER_NAME "nds-bootstrap"
|
||||||
|
Loading…
Reference in New Issue
Block a user