Feature: Auto-Assign Controllers #706

Open
uncavo-hdmi wants to merge 31 commits from uncavo-hdmi/auto-assign-controller into master
Showing only changes of commit 5034ef18c9 - Show all commits

View File

@ -366,8 +366,8 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
Dispatcher.UIThread.Post(() => Dispatcher.UIThread.Post(() =>
{ {
LoadDevices(); LoadDevices();
LoadConfiguration();
LoadDevice(); LoadDevice();
LoadConfiguration();
}); });
} }