mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
core: Rewrite thread local storage implementation (#118)
This commit is contained in:
@@ -50,7 +50,6 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
auto linker = Common::Singleton<Core::Linker>::Instance();
|
||||
Libraries::InitHLELibs(&linker->getHLESymbols());
|
||||
Core::InstallTlsHandler();
|
||||
linker->LoadModule(path);
|
||||
|
||||
// Check if there is a libc.prx in sce_module folder
|
||||
|
||||
Reference in New Issue
Block a user