Remove default joypad bindings for fast-forward/rewind. Fixes #2297

This commit is contained in:
RetroEdit 2020-08-13 21:01:07 +00:00 committed by adelikat
parent a89b0dfdcd
commit f3bc89055b
1 changed files with 2 additions and 2 deletions

View File

@ -105,9 +105,9 @@ namespace BizHawk.Client.Common
_defaultValues = new List<Binding>
{
Bind("General", "Frame Advance", "F"),
Bind("General", "Rewind", "Shift+R, J1 B7, X1 LeftTrigger"),
Bind("General", "Rewind", "Shift+R"),
Bind("General", "Pause", "Pause"),
Bind("General", "Fast Forward", "Tab, J1 B8, X1 RightTrigger"),
Bind("General", "Fast Forward", "Tab"),
Bind("General", "Turbo", "Shift+Tab"),
Bind("General", "Toggle Throttle"),
Bind("General", "Soft Reset"),