1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Correct Config_LoadConfig() for mupen64plus:

Add hot keys to the list of enabled keys.

Fixed #2560 Hotkeys not working with mupen64plus CUI
This commit is contained in:
Sergey Lipskiy 2021-08-28 15:57:12 +07:00
parent ee9f47d077
commit 153caeec74

View File

@ -599,6 +599,7 @@ void Config_LoadConfig()
//#Hotkey settings
for (u32 idx = 0; idx < Config::HotKey::hkTotal; ++idx) {
config.hotkeys.keys[idx] = ASCIItoHID(ConfigGetParamString(g_configVideoGliden64, Config::hotkeyIniName(idx)));
config.hotkeys.enabledKeys[idx] = config.hotkeys.keys[idx];
}
#ifdef DEBUG_DUMP