Jelajahi Sumber

Neatness counts

DatBoiJay3 8 tahun lalu
induk
melakukan
274c996ff1
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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;