minor fix: swapped LoadConfiguration() and LoadDevice(). The previous order caused the configuration to load incorrectly.
This commit is contained in:
parent
287d68c2cc
commit
5034ef18c9
@ -366,8 +366,8 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
||||
Dispatcher.UIThread.Post(() =>
|
||||
{
|
||||
LoadDevices();
|
||||
LoadConfiguration();
|
||||
LoadDevice();
|
||||
LoadConfiguration();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user