edited NpadManager to better support auto-assign; updated initialization methods; changed some settings for LED color
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Ryujinx.Ava.Input
|
||||
if (config is StandardControllerInputConfig standardConfig)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Application, $"Setting color for Player{index+1}");
|
||||
standardConfig.Led.LedColor = _playerColors[index];
|
||||
standardConfig.Led = new LedConfigController { EnableLed = true, LedColor = _playerColors[index] };
|
||||
}
|
||||
index++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user