Explorar o código

Timer: restore missing signaled=true from #2421

wwylele %!s(int64=9) %!d(string=hai) anos
pai
achega
85ba60d5ec
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/hle/kernel/timer.cpp

+ 2 - 0
src/core/hle/kernel/timer.cpp

@@ -80,6 +80,8 @@ void Timer::WakeupAllWaitingThreads() {
 void Timer::Signal(int cycles_late) {
     LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
 
+    signaled = true;
+
     // Resume all waiting threads
     WakeupAllWaitingThreads();