Update NpadController.cs

back to Debug
This commit is contained in:
IvonWei 2024-12-23 18:54:11 +08:00 committed by GitHub
parent e9ecbd44fc
commit 86f9544910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}, " +