mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 09:07:59 -05:00
Fix log entry in timer::signal (#2600)
This commit is contained in:
@ -78,7 +78,7 @@ void Timer::WakeupAllWaitingThreads() {
|
||||
}
|
||||
|
||||
void Timer::Signal(int cycles_late) {
|
||||
LOG_TRACE(Kernel, "Timer %08" PRIx64 " fired", timer_handle);
|
||||
LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
|
||||
|
||||
// Resume all waiting threads
|
||||
WakeupAllWaitingThreads();
|
||||
|
Reference in New Issue
Block a user