Fix formatting

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
Luke 2024-04-15 16:31:28 -04:00 committed by GitHub
parent 52b4d1c4da
commit 47effe1beb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,8 +246,8 @@ namespace Ryujinx.Input.HLE
if (config is StandardControllerInputConfig controllerConfig)
{
bool needsMotionInputUpdate = _config is not StandardControllerInputConfig oldControllerConfig ||
((oldControllerConfig.Motion.EnableMotion != controllerConfig.Motion.EnableMotion) &&
(oldControllerConfig.Motion.MotionBackend != controllerConfig.Motion.MotionBackend));
((oldControllerConfig.Motion.EnableMotion != controllerConfig.Motion.EnableMotion) &&
(oldControllerConfig.Motion.MotionBackend != controllerConfig.Motion.MotionBackend));
if (needsMotionInputUpdate)
{