mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 14:19:10 +00:00
macos: Remove need for TLS patch by storing TCB pointer in FS.
This commit is contained in:
@@ -22,8 +22,10 @@ struct Tcb {
|
||||
void* tcb_thread;
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
/// Gets the thread local storage key for the TCB block.
|
||||
u32 GetTcbKey();
|
||||
#endif
|
||||
|
||||
/// Sets the data pointer to the TCB block.
|
||||
void SetTcbBase(void* image_address);
|
||||
|
||||
Reference in New Issue
Block a user