From cdccf89e103694dcad3833d900b7858a49dae1ec Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 15 May 2024 02:20:24 -0300 Subject: =?UTF-8?q?Revert=20"Disable=20keyboard=20controller=20input=20whi?= =?UTF-8?q?le=20swkbd=20is=20open=20(foreground)=20(#=E2=80=A6"=20(#6805)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a3dc295c5f867bddb56a38f3a848ceb61ff30d32. --- src/Ryujinx.Input/HLE/NpadManager.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Ryujinx.Input/HLE/NpadManager.cs') diff --git a/src/Ryujinx.Input/HLE/NpadManager.cs b/src/Ryujinx.Input/HLE/NpadManager.cs index 2409ecf2..4c7bb8b7 100644 --- a/src/Ryujinx.Input/HLE/NpadManager.cs +++ b/src/Ryujinx.Input/HLE/NpadManager.cs @@ -174,11 +174,6 @@ namespace Ryujinx.Input.HLE { lock (_lock) { - foreach (InputConfig inputConfig in _inputConfig) - { - _controllers[(int)inputConfig.PlayerIndex].GamepadDriver.Clear(); - } - _blockInputUpdates = false; } } -- cgit v1.2.3