diff options
Diffstat (limited to 'Ryujinx/Ui/ControllerWindow.cs')
| -rw-r--r-- | Ryujinx/Ui/ControllerWindow.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx/Ui/ControllerWindow.cs b/Ryujinx/Ui/ControllerWindow.cs index 47d6db19..35c3859f 100644 --- a/Ryujinx/Ui/ControllerWindow.cs +++ b/Ryujinx/Ui/ControllerWindow.cs @@ -419,10 +419,6 @@ namespace Ryujinx.Ui ButtonZr = rButtonZr, ButtonSl = rButtonSl, ButtonSr = rButtonSr - }, - Hotkeys = new KeyboardHotkeys - { - ToggleVsync = Key.Tab //TODO: Make this an option in the GUI } }; } @@ -754,10 +750,6 @@ namespace Ryujinx.Ui ButtonZr = Key.O, ButtonSl = Key.Unbound, ButtonSr = Key.Unbound - }, - Hotkeys = new KeyboardHotkeys - { - ToggleVsync = Key.Tab } }; } |
