Explorar el Código

Neatness counts

DatBoiJay3 hace 8 años
padre
commit
274c996ff1
Se han modificado 1 ficheros con 1 adiciones y 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;