diff options
| author | DatBoiJay3 <38231221+DatBoiJay3@users.noreply.github.com> | 2018-06-11 19:53:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-11 19:53:44 -0700 |
| commit | 274c996ff119ab201060e5818bc74879c2826c62 (patch) | |
| tree | ea4eff2c4a7fd92242f421fd92f42226637a9f03 | |
| parent | 39b8e6bc37d81bf9aa186b873787a5290c09e9a4 (diff) | |
Neatness counts
| -rw-r--r-- | Ryujinx.HLE/Hid/Hid.cs | 3 |
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; |
