diff --git a/src/core/core.cpp b/src/core/core.cpp index b22c288c1..ad6e0129f 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -166,8 +166,8 @@ System::ResultStatus System::RunLoop(bool tight_loop) { static constexpr s64 min_delay = 100; if (max_delay > min_delay) { LOG_TRACE(Core_ARM11, "Core {} running (delayed) for {} ticks", - current_core_to_execute->GetID(), - current_core_to_execute->GetTimer().GetDowncount()); + current_core_to_execute->GetID(), + current_core_to_execute->GetTimer().GetDowncount()); if (running_core != current_core_to_execute) { running_core = current_core_to_execute; kernel->SetRunningCPU(running_core);