mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 11:12:33 -07:00
kernel: fix incorrect locking order in suspension
This commit is contained in:
@@ -214,8 +214,6 @@ public:
|
||||
|
||||
void Continue();
|
||||
|
||||
void WaitUntilSuspended();
|
||||
|
||||
constexpr void SetSyncedIndex(s32 index) {
|
||||
synced_index = index;
|
||||
}
|
||||
|
Reference in New Issue
Block a user