1
0
forked from MeloNX/MeloNX

Update NativeController.swift

This commit is contained in:
MediaMoots 2025-05-31 11:03:40 +08:00
parent e8897aa8f0
commit 386f6a8bd3

View File

@ -26,7 +26,7 @@ class NativeController: Hashable, BaseController {
if let hapticsEngine = controllerHaptics {
do {
try hapticsEngine.start()
rumbleController = RumbleController(engine: hapticsEngine, rumbleMultiplier: 3.0)
rumbleController = RumbleController(engine: hapticsEngine, rumbleMultiplier: 2.5)
// print("CHHapticEngine started and RumbleController initialized.")
} catch {