mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:59:04 -06:00 
			
		
		
		
	Fix another NullReferenceException (#6826)
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user