Add a virtual controller to merge Joy-Cons. #434

Open
madwind wants to merge 34 commits from madwind/master into master
Showing only changes of commit ad7d9d1ce0 - Show all commits

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