Fix formatting
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
parent
52b4d1c4da
commit
47effe1beb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue