mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
added library to print system info to be able to debug user files better
This commit is contained in:
parent
fd39c50910
commit
a91c049754
6 changed files with 26 additions and 1 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -140,3 +140,6 @@ option(TRACY_ON_DEMAND "" ON)
|
|||
option(TRACY_NO_FRAME_IMAGE "" ON)
|
||||
option(TRACY_FIBERS "" ON) # For AmdGpu frontend profiling
|
||||
add_subdirectory(tracy)
|
||||
|
||||
# hwinfo
|
||||
add_subdirectory(hwinfo)
|
1
externals/hwinfo
vendored
Submodule
1
externals/hwinfo
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 81ea6332fd4839890b1904f9668865145450f8da
|
Loading…
Add table
Add a link
Reference in a new issue