From d254548548398977a45dbfc03f2cc091c5a74f03 Mon Sep 17 00:00:00 2001 From: emmauss Date: Mon, 22 Jul 2019 20:15:46 +0300 Subject: Little rewrite of HID input (#723) * change hid sharedmem writing to use structures --- Ryujinx.HLE/Input/HidControllerType.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Ryujinx.HLE/Input/HidControllerType.cs (limited to 'Ryujinx.HLE/Input/HidControllerType.cs') diff --git a/Ryujinx.HLE/Input/HidControllerType.cs b/Ryujinx.HLE/Input/HidControllerType.cs deleted file mode 100644 index 74bca365..00000000 --- a/Ryujinx.HLE/Input/HidControllerType.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; - -namespace Ryujinx.HLE.Input -{ - [Flags] - public enum HidControllerType - { - ProController = 1 << 0, - Handheld = 1 << 1, - NpadPair = 1 << 2, - NpadLeft = 1 << 3, - NpadRight = 1 << 4 - } -} \ No newline at end of file -- cgit v1.2.3