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/HidControllerLayouts.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Ryujinx.HLE/Input/HidControllerLayouts.cs (limited to 'Ryujinx.HLE/Input/HidControllerLayouts.cs') diff --git a/Ryujinx.HLE/Input/HidControllerLayouts.cs b/Ryujinx.HLE/Input/HidControllerLayouts.cs deleted file mode 100644 index 3548175f..00000000 --- a/Ryujinx.HLE/Input/HidControllerLayouts.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Ryujinx.HLE.Input -{ - public enum HidControllerLayouts - { - ProController = 0, - HandheldJoined = 1, - Joined = 2, - Left = 3, - Right = 4, - MainNoAnalog = 5, - Main = 6 - } -} \ No newline at end of file -- cgit v1.2.3