mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
Initialize patch stack before thread TLS.
This commit is contained in:
parent
0f87d1e3d4
commit
6e552aac6a
2 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ void Linker::Execute() {
|
|||
// Init primary thread.
|
||||
Common::SetCurrentThreadName("GAME_MainThread");
|
||||
Libraries::Kernel::pthreadInitSelfMainThread();
|
||||
InitTlsForThread(true);
|
||||
InitializeThreadPatchStack();
|
||||
InitTlsForThread(true);
|
||||
|
||||
// Start shared library modules
|
||||
for (auto& m : m_modules) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue