minor bugs fixed

This commit is contained in:
Vova 2025-01-08 23:05:58 +10:00
parent c20452be61
commit 1c6390cbfb
2 changed files with 4 additions and 5 deletions

View File

@ -229,7 +229,6 @@ namespace Ryujinx.Input.HLE
controller.UpdateUserConfiguration(inputConfig);
specialExit = controller.Update(); //hotkey press check
controller.UpdateRumble(_device.Hid.Npads.GetRumbleQueue(playerIndex));
inputState = controller.GetHLEInputState();