kernel: wait for threads to stop on pause

This commit is contained in:
Liam
2022-06-18 16:54:33 -04:00
parent 5b2b15091f
commit 24d7aaf43c
3 changed files with 22 additions and 0 deletions

View File

@ -207,6 +207,8 @@ public:
void Continue();
void WaitUntilSuspended();
constexpr void SetSyncedIndex(s32 index) {
synced_index = index;
}