Update NpadController.cs

add ?
This commit is contained in:
IvonWei
2024-12-23 18:55:49 +08:00
committed by GitHub
parent 86f9544910
commit ad7d9d1ce0

View File

@@ -560,7 +560,7 @@ namespace Ryujinx.Input.HLE
_gamepad.Rumble(low, high, uint.MaxValue);
Logger.Debug.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}, " +