mirror of
https://github.com/libretro/Mesen.git
synced 2025-02-02 14:52:38 +00:00
Rewind: Added default shortcut keys for rewind
This commit is contained in:
parent
7b80d5ee17
commit
4d48b6a95f
@ -61,13 +61,15 @@ namespace Mesen.GUI.Config
|
||||
{
|
||||
if(EmulatorKeySet1 == null) {
|
||||
EmulatorKeySet1 = new EmulatorKeyMappings() {
|
||||
FastForward = InteropEmu.GetKeyCode("Tab")
|
||||
FastForward = InteropEmu.GetKeyCode("Tab"),
|
||||
Rewind = InteropEmu.GetKeyCode("Backspace")
|
||||
};
|
||||
}
|
||||
|
||||
if(EmulatorKeySet2 == null) {
|
||||
EmulatorKeySet2 = new EmulatorKeyMappings() {
|
||||
FastForward = InteropEmu.GetKeyCode("Pad1 R2")
|
||||
FastForward = InteropEmu.GetKeyCode("Pad1 R2"),
|
||||
Rewind = InteropEmu.GetKeyCode("Pad1 L2")
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user