mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 06:13:18 +00:00
core: Rewrite thread local storage implementation (#118)
This commit is contained in:
parent
b94efcba5a
commit
1b9bf924ca
11 changed files with 176 additions and 189 deletions
5
externals/CMakeLists.txt
vendored
5
externals/CMakeLists.txt
vendored
|
@ -62,4 +62,7 @@ set(ENABLE_OPT OFF CACHE BOOL "")
|
|||
add_subdirectory(glslang)
|
||||
|
||||
# Robin-map
|
||||
add_subdirectory(robin-map)
|
||||
add_subdirectory(robin-map EXCLUDE_FROM_ALL)
|
||||
|
||||
# Xbyak
|
||||
add_subdirectory(xbyak EXCLUDE_FROM_ALL)
|
||||
|
|
1
externals/xbyak
vendored
Submodule
1
externals/xbyak
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 80477f635345e8f13efc512d84b01b94cad92cd9
|
Loading…
Add table
Add a link
Reference in a new issue