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/IGamepadDriver.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Ryujinx.Input/IGamepadDriver.cs') diff --git a/src/Ryujinx.Input/IGamepadDriver.cs b/src/Ryujinx.Input/IGamepadDriver.cs index ff4d3699..67b01c26 100644 --- a/src/Ryujinx.Input/IGamepadDriver.cs +++ b/src/Ryujinx.Input/IGamepadDriver.cs @@ -33,11 +33,5 @@ namespace Ryujinx.Input /// The unique id of the gamepad /// An instance of associated to the gamepad id given or null if not found IGamepad GetGamepad(string id); - - /// - /// Flush the internal state of the driver. - /// - /// Does nothing by default. - void Clear() { } } } -- cgit v1.2.3