Skip to content

Commit

Permalink
Fix: 'Xinput Device Support' setting reverts to its default behavior …
Browse files Browse the repository at this point in the history
…upon losing and regaining window focus #3375
  • Loading branch information
JosefNemec committed Apr 10, 2023
1 parent 07c71e6 commit 673a38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Playnite.FullscreenApp/FullscreenApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void FullscreenApplication_PropertyChanged(object sender, System.Compone
Audio?.ResumePlayback();
}

if (XInputDevice != null)
if (XInputDevice != null && AppSettings.Fullscreen.EnableXinputProcessing)
{
XInputDevice.StandardProcessingEnabled = IsActive;
}
Expand Down

0 comments on commit 673a38d

Please sign in to comment.