mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Fixed a visual bug in "input settings", when switching between players the settings were reset to default
This commit is contained in:
parent
13d2498405
commit
8074a4dd87
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
{
|
||||
_playerId = PlayerIndex.Player1;
|
||||
}
|
||||
_isLoaded = false;
|
||||
|
||||
LoadConfiguration();
|
||||
LoadDevice();
|
||||
|
|
|
|||
Loading…
Reference in a new issue