early-access version 4086

This commit is contained in:
pineappleEA
2024-01-25 07:35:49 +01:00
parent 430b277c08
commit 318dc2a69d
9 changed files with 16 additions and 30 deletions

View File

@@ -66,7 +66,6 @@ void CoreTiming::Initialize(std::function<void()>&& on_thread_init_) {
event_fifo_id = 0;
shutting_down = false;
cpu_ticks = 0;
clock->Reset();
if (is_multicore) {
timer_thread = std::make_unique<std::jthread>(ThreadEntry, std::ref(*this));
}