mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 02:46:40 +00:00
Make Turbo hotkey unbounded by default
This commit is contained in:
parent
08e66df407
commit
9c0446ec24
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue