Fixed a visual bug in "input settings", when switching between players the settings were reset to default

This commit is contained in:
Vova 2024-10-30 22:17:29 +10:00
parent 13d2498405
commit 8074a4dd87

View File

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