Update src/Ryujinx.Input/HLE/NpadManager.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
MaxLastBreath 2024-04-27 01:26:24 +03:00 committed by GitHub
parent 0e9f3650e4
commit 18c243a73b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,7 +231,6 @@ namespace Ryujinx.Input.HLE
var altMotionState = isJoyconPair ? controller.GetHLEMotionState(true) : default;
motionState = (controller.GetHLEMotionState(), altMotionState);
}
else
{