core: Rewrite thread local storage implementation (#118)

This commit is contained in:
TheTurtle
2024-05-01 13:38:41 +03:00
committed by GitHub
parent b94efcba5a
commit 1b9bf924ca
11 changed files with 176 additions and 189 deletions

View File

@@ -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