diff options
| author | Nicholas Rodine <halfofastaple@gmail.com> | 2022-08-18 11:04:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 18:04:54 +0200 |
| commit | 951700fdd8f54fb34ffe8a3fb328a68b5bf37abe (patch) | |
| tree | 97d2e6dfbdf68e2ede07b0414767bdcbb5498078 /Ryujinx.Input/HLE | |
| parent | eb6430f10341909704e6891b4ded633b6ce1e47a (diff) | |
Removed unused usings. (#3593)
* Removed unused usings.
* Added back using, now that it's used.
* Removed extra whitespace.
Diffstat (limited to 'Ryujinx.Input/HLE')
| -rw-r--r-- | Ryujinx.Input/HLE/NpadController.cs | 1 | ||||
| -rw-r--r-- | Ryujinx.Input/HLE/NpadManager.cs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Ryujinx.Input/HLE/NpadController.cs b/Ryujinx.Input/HLE/NpadController.cs index 6706ad0b..46c0fc33 100644 --- a/Ryujinx.Input/HLE/NpadController.cs +++ b/Ryujinx.Input/HLE/NpadController.cs @@ -5,7 +5,6 @@ using Ryujinx.Common.Configuration.Hid.Controller.Motion; using Ryujinx.Common.Logging; using Ryujinx.HLE.HOS.Services.Hid; using System; -using System.Collections.Generic; using System.Collections.Concurrent; using System.Numerics; using System.Runtime.CompilerServices; diff --git a/Ryujinx.Input/HLE/NpadManager.cs b/Ryujinx.Input/HLE/NpadManager.cs index a0d2e513..b2269d5c 100644 --- a/Ryujinx.Input/HLE/NpadManager.cs +++ b/Ryujinx.Input/HLE/NpadManager.cs @@ -1,10 +1,8 @@ using Ryujinx.Common.Configuration.Hid; using Ryujinx.Common.Configuration.Hid.Controller; -using Ryujinx.Common.Configuration.Hid.Controller.Motion; using Ryujinx.Common.Configuration.Hid.Keyboard; using Ryujinx.HLE.HOS.Services.Hid; using System; -using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; |
