Explorar el Código

misc: chore: lol this field was misspelled

Evan Husted hace 1 año
padre
commit
41c8fd8194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Ryujinx/UI/ViewModels/Input/MotionInputViewModel.cs

+ 1 - 1
src/Ryujinx/UI/ViewModels/Input/MotionInputViewModel.cs

@@ -16,7 +16,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
 
         [ObservableProperty] private int _sensitivity;
 
-        [ObservableProperty] private double _gryoDeadzone;
+        [ObservableProperty] private double _gyroDeadzone;
 
         [ObservableProperty] private bool _enableCemuHookMotion;
     }