WIP: SDL3 #533

Closed
madwind wants to merge 64 commits from SDL3 into master
Showing only changes of commit 86f9544910 - Show all commits

View File

@ -560,7 +560,7 @@ namespace Ryujinx.Input.HLE
_gamepad.Rumble(low, high, uint.MaxValue);
Logger.Info?.Print(LogClass.Hid, $"Effect for {controllerConfig.PlayerIndex} " +
Logger.Debug.Print(LogClass.Hid, $"Effect for {controllerConfig.PlayerIndex} " +
$"L.low.amp={leftVibrationValue.AmplitudeLow}, " +
$"L.high.amp={leftVibrationValue.AmplitudeHigh}, " +
$"R.low.amp={rightVibrationValue.AmplitudeLow}, " +