Skip to content

Commit

Permalink
Fixed a visual bug in "input settings", when switching between player…
Browse files Browse the repository at this point in the history
…s the settings were reset to default
  • Loading branch information
Goodfeat committed Oct 31, 2024
1 parent 13d2498 commit 8074a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ryujinx/UI/ViewModels/Input/InputViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public PlayerIndex PlayerId
{
_playerId = PlayerIndex.Player1;
}
_isLoaded = false;

LoadConfiguration();
LoadDevice();
Expand Down

0 comments on commit 8074a4d

Please sign in to comment.