mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-10 02:35:45 +00:00
kernel: wait for threads to stop on pause
This commit is contained in:
@@ -207,6 +207,8 @@ public:
|
||||
|
||||
void Continue();
|
||||
|
||||
void WaitUntilSuspended();
|
||||
|
||||
constexpr void SetSyncedIndex(s32 index) {
|
||||
synced_index = index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user