mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
I am a fucking idiot
This commit is contained in:
@ -228,7 +228,7 @@ void InputConfigDialog::OnKeyDown(wxKeyEvent& event)
|
||||
return;
|
||||
}
|
||||
|
||||
if (pollid >= 12) return;
|
||||
if (id >= 12) return;
|
||||
|
||||
keymapping[id] = code;
|
||||
|
||||
|
Reference in New Issue
Block a user