mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Threads starting better threads should stay at top.
This wasn't correct, I think I must've added it because something else should've been rescheduling.
This commit is contained in:
parent
1b45afa797
commit
5318e97a2e
1 changed files with 0 additions and 2 deletions
|
@ -1862,8 +1862,6 @@ int sceKernelStartThread(SceUID threadToStartID, int argSize, u32 argBlockPtr)
|
||||||
// TODO: Maybe this happens even for worse-priority started threads?
|
// TODO: Maybe this happens even for worse-priority started threads?
|
||||||
dispatchEnabled = true;
|
dispatchEnabled = true;
|
||||||
|
|
||||||
if (cur && cur->isRunning())
|
|
||||||
cur->nt.status &= ~THREADSTATUS_RUNNING;
|
|
||||||
__KernelChangeReadyState(cur, currentThread, true);
|
__KernelChangeReadyState(cur, currentThread, true);
|
||||||
hleReSchedule("thread started");
|
hleReSchedule("thread started");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue