mirror of https://github.com/snes9xgit/snes9x.git
win32: default reset game hotkey to one that actually works
This commit is contained in:
parent
cf48a48970
commit
c5c1268db0
|
@ -403,7 +403,7 @@ struct SCustomKeys CustomKeys = {
|
|||
{0,0}, // Select save slot 7
|
||||
{0,0}, // Select save slot 8
|
||||
{0,0}}, // Select save slot 9
|
||||
{'R',CUSTKEY_CTRL_MASK|CUSTKEY_SHIFT_MASK}, // Reset Game
|
||||
{'R',CUSTKEY_CTRL_MASK|CUSTKEY_ALT_MASK}, // Reset Game
|
||||
{0,0}, // Toggle Cheats
|
||||
{0,0},
|
||||
{'R',0}, // Rewind
|
||||
|
|
Loading…
Reference in New Issue