mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 14:19:10 +00:00
core/libraries: HLE fiber reimplementation (#1836)
This commit is contained in:
@@ -9,6 +9,10 @@ namespace Xbyak {
|
||||
class CodeGenerator;
|
||||
}
|
||||
|
||||
namespace Libraries::Fiber {
|
||||
struct OrbisFiberContext;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
|
||||
union DtvEntry {
|
||||
@@ -20,6 +24,7 @@ struct Tcb {
|
||||
Tcb* tcb_self;
|
||||
DtvEntry* tcb_dtv;
|
||||
void* tcb_thread;
|
||||
::Libraries::Fiber::OrbisFiberContext* tcb_fiber;
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user