Fixed a bug where, when switching players, it would show old config #122

Merged
Goodfeat merged 10 commits from master into master 2024-11-10 05:24:17 +00:00
Showing only changes of commit 8074a4dd87 - Show all commits

View File

@ -100,6 +100,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
{
_playerId = PlayerIndex.Player1;
}
_isLoaded = false;
LoadConfiguration();
LoadDevice();