diff options
author | Subv <subv2112@gmail.com> | 2015-05-11 01:35:37 +0200 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-05-11 01:35:37 +0200 |
commit | 000876858d52d7e4fa8e21bc4407d43d548eff30 (patch) | |
tree | f0af4cde78349cfe4ea7875b24d37cf85eb3eb03 /src/core/core.cpp | |
parent | Merge pull request #726 from bunnei/gpu-improvements (diff) | |
download | yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.tar yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.tar.gz yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.tar.bz2 yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.tar.lz yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.tar.xz yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.tar.zst yuzu-000876858d52d7e4fa8e21bc4407d43d548eff30.zip |
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r-- | src/core/core.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index bb2ed7a92..b5c258230 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -61,10 +61,6 @@ int Init() { g_sys_core = new ARM_DynCom(USER32MODE); g_app_core = new ARM_DynCom(USER32MODE); - // TODO: Whenever TLS is implemented, this should contain - // the address of the 0x200-byte TLS - g_app_core->SetCP15Register(CP15_THREAD_URO, Memory::TLS_AREA_VADDR); - LOG_DEBUG(Core, "Initialized OK"); return 0; } |