mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
minor fix: swapped LoadConfiguration() and LoadDevice(). The previous order caused the configuration to load incorrectly.
This commit is contained in:
parent
287d68c2cc
commit
5034ef18c9
1 changed files with 1 additions and 1 deletions
|
|
@ -366,8 +366,8 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
Dispatcher.UIThread.Post(() =>
|
||||
{
|
||||
LoadDevices();
|
||||
LoadConfiguration();
|
||||
LoadDevice();
|
||||
LoadConfiguration();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue