aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDatBoiJay3 <38231221+DatBoiJay3@users.noreply.github.com>2018-06-11 19:53:44 -0700
committerGitHub <noreply@github.com>2018-06-11 19:53:44 -0700
commit274c996ff119ab201060e5818bc74879c2826c62 (patch)
treeea4eff2c4a7fd92242f421fd92f42226637a9f03
parent39b8e6bc37d81bf9aa186b873787a5290c09e9a4 (diff)
Neatness counts
-rw-r--r--Ryujinx.HLE/Hid/Hid.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.HLE/Hid/Hid.cs b/Ryujinx.HLE/Hid/Hid.cs
index 97a5260e..2f007f1f 100644
--- a/Ryujinx.HLE/Hid/Hid.cs
+++ b/Ryujinx.HLE/Hid/Hid.cs
@@ -130,8 +130,7 @@ namespace Ryujinx.HLE.Input
{
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
- HidControllerType Type =
- HidControllerType.ControllerType_Handheld;
+ HidControllerType Type = HidControllerType.ControllerType_Handheld;
bool IsHalf = false;