mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
kernel: fix incorrect locking order in suspension
This commit is contained in:
parent
d2838b3568
commit
31945a6e8b
3 changed files with 26 additions and 34 deletions
|
@ -214,8 +214,6 @@ public:
|
|||
|
||||
void Continue();
|
||||
|
||||
void WaitUntilSuspended();
|
||||
|
||||
constexpr void SetSyncedIndex(s32 index) {
|
||||
synced_index = index;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue