mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 22:57:58 -05: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