diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.h b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.h index f22172e13d..7def851cc4 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.h +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.h @@ -41,7 +41,7 @@ public: private: // This is used to reduce the cursor speed for relative input // to something that makes sense with the default range. - static constexpr double STEP_PER_SEC = 0.04 * 200; + static constexpr double STEP_PER_SEC = 0.01 * 200; // Smooth out forward/backward movements: static constexpr double STEP_Z_PER_SEC = 0.05 * 200;