Explorar o código

Neatness counts

DatBoiJay3 %!s(int64=8) %!d(string=hai) anos
pai
achega
274c996ff1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Ryujinx.HLE/Hid/Hid.cs

+ 1 - 2
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;