fixed led live update while in settings
This commit is contained in:
@@ -94,6 +94,8 @@ namespace Ryujinx.Ava.Input
|
||||
{
|
||||
desiredIndex = GetFirstAvailableIndex(usedIndices);
|
||||
}
|
||||
|
||||
if(desiredIndex == -1) continue;
|
||||
|
||||
InputConfig config = new GamepadInputConfig(existingConfig).GetConfig();
|
||||
config.PlayerIndex = (PlayerIndex)desiredIndex;
|
||||
|
||||
Reference in New Issue
Block a user