mirror of https://github.com/snes9xgit/snes9x.git
fix custom key bind for frame advance
This commit is contained in:
parent
cf1a5901fc
commit
32f3f81a2c
|
@ -8613,7 +8613,7 @@ switch(msg)
|
|||
break;
|
||||
}
|
||||
|
||||
if(which >= IDC_HOTKEY1 && which <= IDC_HOTKEY13)
|
||||
if(which >= IDC_HOTKEY1 && which <= IDC_HOTKEY14)
|
||||
{
|
||||
int offset = which - IDC_HOTKEY1;
|
||||
hotkey_dialog_items[index][offset].key_entry->key = wParam;
|
||||
|
|
Loading…
Reference in New Issue