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

Disable all hotkey by default.

Fixes #2394 Can't disable or change default hotkeys for GLideN64
This commit is contained in:
Sergey Lipskiy 2020-12-05 16:02:06 +07:00
parent 93524b65f7
commit 22842a56fc

View File

@ -132,8 +132,8 @@ void Config::resetToDefaults()
onScreenDisplay.percent = 0;
onScreenDisplay.pos = posBottomLeft;
hotkeys.keys[HotKey::hkTexDump] = KEY_D;
hotkeys.keys[HotKey::hkHdTexToggle] = KEY_T;
for (u32 idx = 0; idx < HotKey::hkTotal; ++idx)
hotkeys.keys[idx] = 0;
debug.dumpMode = 0;
}