Fix another NullReferenceException (#6826)
This commit is contained in:
parent
8f51938e2b
commit
2f427deb67
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ namespace Ryujinx.Input.HLE
|
|||
{
|
||||
foreach (InputConfig inputConfig in _inputConfig)
|
||||
{
|
||||
_controllers[(int)inputConfig.PlayerIndex].GamepadDriver?.Clear();
|
||||
_controllers[(int)inputConfig.PlayerIndex]?.GamepadDriver?.Clear();
|
||||
}
|
||||
|
||||
_blockInputUpdates = false;
|
||||
|
|
Loading…
Reference in a new issue