mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Fix another NullReferenceException (#6826)
This commit is contained in:
parent
8f51938e2b
commit
2f427deb67
@ -176,7 +176,7 @@ namespace Ryujinx.Input.HLE
|
|||||||
{
|
{
|
||||||
foreach (InputConfig inputConfig in _inputConfig)
|
foreach (InputConfig inputConfig in _inputConfig)
|
||||||
{
|
{
|
||||||
_controllers[(int)inputConfig.PlayerIndex].GamepadDriver?.Clear();
|
_controllers[(int)inputConfig.PlayerIndex]?.GamepadDriver?.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
_blockInputUpdates = false;
|
_blockInputUpdates = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user