aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hidbus.cpp
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2022-07-10 08:29:37 +0100
committerKelebek1 <eeeedddccc@hotmail.co.uk>2022-07-10 08:29:37 +0100
commitb23c6b456c3fd09a4dd04c4174f784f73b7513bc (patch)
treec431a3b1ee04fb4da60e08ab21d78a5813e9b528 /src/core/hle/service/hid/hidbus.cpp
parent240650f6a6336df8d3eb11b410cdcd332d8ad562 (diff)
PR
Diffstat (limited to 'src/core/hle/service/hid/hidbus.cpp')
-rw-r--r--src/core/hle/service/hid/hidbus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hidbus.cpp b/src/core/hle/service/hid/hidbus.cpp
index 5e20e6830..e5e50845f 100644
--- a/src/core/hle/service/hid/hidbus.cpp
+++ b/src/core/hle/service/hid/hidbus.cpp
@@ -57,7 +57,7 @@ HidBus::HidBus(Core::System& system_)
return std::nullopt;
});
- system_.CoreTiming().ScheduleLoopingEvent(std::chrono::nanoseconds(0), hidbus_update_ns,
+ system_.CoreTiming().ScheduleLoopingEvent(hidbus_update_ns, hidbus_update_ns,
hidbus_update_event);
}