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