mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00
Extended hotkeys to player1-8 + h, localized the overlay
This commit is contained in:
@ -273,7 +273,16 @@ namespace Ryujinx.Ava.Systems.Configuration
|
||||
CustomVSyncIntervalIncrement = Key.Unbound,
|
||||
CustomVSyncIntervalDecrement = Key.Unbound,
|
||||
TurboMode = Key.Unbound,
|
||||
TurboModeWhileHeld = false
|
||||
TurboModeWhileHeld = false,
|
||||
CycleInputDevicePlayer1 = Key.Unbound,
|
||||
CycleInputDevicePlayer2 = Key.Unbound,
|
||||
CycleInputDevicePlayer3 = Key.Unbound,
|
||||
CycleInputDevicePlayer4 = Key.Unbound,
|
||||
CycleInputDevicePlayer5 = Key.Unbound,
|
||||
CycleInputDevicePlayer6 = Key.Unbound,
|
||||
CycleInputDevicePlayer7 = Key.Unbound,
|
||||
CycleInputDevicePlayer8 = Key.Unbound,
|
||||
CycleInputDeviceHandheld = Key.Unbound
|
||||
};
|
||||
Hid.RainbowSpeed.Value = 1f;
|
||||
Hid.InputConfig.Value =
|
||||
|
Reference in New Issue
Block a user