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:
rainmakerv2
2025-08-14 18:04:08 +08:00
committed by GitHub
parent 882dd889df
commit 2c906dc280
5 changed files with 22 additions and 1 deletions

4
.gitmodules vendored
View File

@@ -109,3 +109,7 @@
[submodule "externals/epoll-shim"]
path = externals/epoll-shim
url = https://github.com/jiixyj/epoll-shim.git
[submodule "externals/hwinfo"]
path = externals/hwinfo
url = https://github.com/shadps4-emu/ext-hwinfo
shallow = true