aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Hid/HidTouchPoint.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-06-10 21:46:42 -0300
committergdkchan <gab.dark.100@gmail.com>2018-06-10 21:46:42 -0300
commit76f3b1b3a4637ec72abfbb8cbc0679f2e0ca838f (patch)
tree0411b709de31c1c0517763512df8eeb9f7491bc9 /Ryujinx.Core/Hid/HidTouchPoint.cs
parent518fe799da6dd4f12c58c9e6e174767effb0b868 (diff)
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
Diffstat (limited to 'Ryujinx.Core/Hid/HidTouchPoint.cs')
-rw-r--r--Ryujinx.Core/Hid/HidTouchPoint.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Core/Hid/HidTouchPoint.cs b/Ryujinx.Core/Hid/HidTouchPoint.cs
deleted file mode 100644
index 1207e1d5..00000000
--- a/Ryujinx.Core/Hid/HidTouchPoint.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace Ryujinx.Core.Input
-{
- public struct HidTouchPoint
- {
- public int X;
- public int Y;
- public int DiameterX;
- public int DiameterY;
- public int Angle;
- }
-} \ No newline at end of file