This commit is contained in:
Kelebek1
2022-07-10 08:29:37 +01:00
parent 240650f6a6
commit b23c6b456c
5 changed files with 9 additions and 11 deletions

View File

@ -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);
}