mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-23 10:56:19 +00:00
externals: Tracy updated to 0.11
This commit is contained in:
parent
bfe3322977
commit
2b52a17845
2 changed files with 7 additions and 1 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue