Merge branch 'master' into feature/savestates-2

This commit is contained in:
Hamish Milne
2020-04-12 11:24:06 +01:00
76 changed files with 3507 additions and 1369 deletions

View File

@@ -223,6 +223,7 @@ void Thread::ResumeFromWait() {
case ThreadStatus::WaitArb:
case ThreadStatus::WaitSleep:
case ThreadStatus::WaitIPC:
case ThreadStatus::Dormant:
break;
case ThreadStatus::Ready: