mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Update NpadController.cs
back to Debug
This commit is contained in:
parent
e9ecbd44fc
commit
86f9544910
1 changed files with 1 additions and 1 deletions
|
|
@ -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}, " +
|
||||
|
|
|
|||
Loading…
Reference in a new issue