DatBoiJay3 8 жил өмнө
parent
commit
274c996ff1

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