mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-13 07:08:49 +00:00
core/libraries: HLE fiber reimplementation (#1836)
This commit is contained in:
@@ -53,6 +53,7 @@ Core::Tcb* TcbCtor(Pthread* thread, int initial) {
|
||||
|
||||
if (tcb) {
|
||||
tcb->tcb_thread = thread;
|
||||
tcb->tcb_fiber = nullptr;
|
||||
}
|
||||
return tcb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user