mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Fix bug introduced by #7797
This commit is contained in:
parent
0bfdc1f62e
commit
7139c4fbab
@ -1231,7 +1231,8 @@ bool lv2_obj::awake_unlocked(cpu_thread* cpu, s32 prio)
|
||||
return true;
|
||||
};
|
||||
|
||||
bool changed_queue = false;
|
||||
// Yield changed the queue before
|
||||
bool changed_queue = prio == yield_cmd;
|
||||
|
||||
if (cpu)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user