mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
Log user CPU, total RAM, and OS (#3402)
* cpu info Update cpu_info.h Revert "Update cpu_info.h" This reverts commit 6db3814e7f8162ca546c33479942d7204524b281. Revert "cpu info" This reverts commit cfecdf694fd7bee0fdf025c3933ff7b9498a1c3f. hardware info * log OS * Round RAM, add space * switch temporarily to local fork * Update CMakeLists.txt * set shallow = true for submodule * Log logical cores as well * point submodule to shadps4 fork
This commit is contained in:
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
@@ -216,6 +216,10 @@ if (NOT TARGET stb::headers)
|
||||
add_library(stb::headers ALIAS stb)
|
||||
endif()
|
||||
|
||||
# hwinfo
|
||||
set(HWINFO_STATIC ON)
|
||||
add_subdirectory(hwinfo)
|
||||
|
||||
# Apple-only dependencies
|
||||
if (APPLE)
|
||||
# date
|
||||
|
||||
Reference in New Issue
Block a user