aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs')
-rw-r--r--src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs b/src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs
deleted file mode 100644
index 2d1c1c49..00000000
--- a/src/Ryujinx.HLE/Ui/Input/NpadButtonHandler.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-using Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Npad;
-
-namespace Ryujinx.HLE.Ui.Input
-{
- delegate void NpadButtonHandler(int npadIndex, NpadButton button);
-}