mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-16 18:36:35 +00:00
Make Turbo hotkey unbounded by default
This commit is contained in:
parent
08e66df407
commit
9c0446ec24
@ -863,7 +863,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||
ResScaleDown = Key.Unbound,
|
||||
VolumeUp = Key.Unbound,
|
||||
VolumeDown = Key.Unbound,
|
||||
ToggleTurbo = Key.F3,
|
||||
ToggleTurbo = Key.Unbound,
|
||||
};
|
||||
Hid.InputConfig.Value = new List<InputConfig>
|
||||
{
|
||||
@ -1460,7 +1460,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||
|
||||
configurationFileFormat.Hotkeys = new KeyboardHotkeys
|
||||
{
|
||||
ToggleTurbo = Key.F3,
|
||||
ToggleTurbo = Key.Unbound,
|
||||
Screenshot = configurationFileFormat.Hotkeys.Screenshot,
|
||||
ShowUI = configurationFileFormat.Hotkeys.ShowUI,
|
||||
Pause = configurationFileFormat.Hotkeys.Pause,
|
||||
|
Loading…
Reference in New Issue
Block a user