mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +00:00
externals: Tracy updated to 0.11
This commit is contained in:
parent
bfe3322977
commit
2b52a17845
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
@ -140,4 +140,10 @@ option(TRACY_NO_CRASH_HANDLER "" ON) # Otherwise texture cache exceptions will b
|
||||
option(TRACY_ON_DEMAND "" ON)
|
||||
option(TRACY_NO_FRAME_IMAGE "" ON)
|
||||
option(TRACY_FIBERS "" ON) # For AmdGpu frontend profiling
|
||||
option(TRACY_NO_SYSTEM_TRACING "" ON)
|
||||
option(TRACY_NO_CALLSTACK "" ON)
|
||||
option(TRACY_NO_CODE_TRANSFER "" ON)
|
||||
option(TRACY_NO_SAMPLING "" ON)
|
||||
option(TRACY_ONLY_LOCALHOST "" ON)
|
||||
option(TRACY_NO_CONTEXT_SWITCH "" ON)
|
||||
add_subdirectory(tracy)
|
||||
|
2
externals/tracy
vendored
2
externals/tracy
vendored
@ -1 +1 @@
|
||||
Subproject commit c6d779d78508514102fbe1b8eb28bda10d95bb2a
|
||||
Subproject commit b8061982cad0210b649541016c88ff5faa90733c
|
Loading…
Reference in New Issue
Block a user