Merge branch 'master' into master
This commit is contained in:
commit
4a98cca028
1 changed files with 3 additions and 3 deletions
|
@ -245,8 +245,8 @@ namespace Ryujinx.Input.HLE
|
||||||
{
|
{
|
||||||
if (config is StandardControllerInputConfig controllerConfig)
|
if (config is StandardControllerInputConfig controllerConfig)
|
||||||
{
|
{
|
||||||
bool needsMotionInputUpdate = _config == null || (_config is StandardControllerInputConfig oldControllerConfig &&
|
bool needsMotionInputUpdate = _config is not StandardControllerInputConfig oldControllerConfig ||
|
||||||
(oldControllerConfig.Motion.EnableMotion != controllerConfig.Motion.EnableMotion) &&
|
((oldControllerConfig.Motion.EnableMotion != controllerConfig.Motion.EnableMotion) &&
|
||||||
(oldControllerConfig.Motion.MotionBackend != controllerConfig.Motion.MotionBackend));
|
(oldControllerConfig.Motion.MotionBackend != controllerConfig.Motion.MotionBackend));
|
||||||
|
|
||||||
if (needsMotionInputUpdate)
|
if (needsMotionInputUpdate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue