feat(console): add more hardware detection information

This commit is contained in:
phaneron 2025-04-04 18:23:32 -04:00
parent 44ba6b92bb
commit 9963994a52
7 changed files with 56 additions and 23 deletions

View file

@ -1,3 +1,4 @@
s_sleepInBackground 00B1D2AC l type="int32_t"
s_WindowResizeLock 00D41580 l type="int32_t"
s_haveProcessorFeatures 00D415A0 l type="int32_t"
s_processorVendor 00D415A4 l type="int32_t"
@ -6,6 +7,7 @@ s_processorSockets 00D415AC l type="int32_t"
s_processorCores 00D415B0 l type="int32_t"
s_processorCount 00D415B4 l type="int32_t"
s_cpuLogEnabled 00D415C0 l type="int32_t"
s_backgroundSleepMs 00D415C4 l type="uint32_t"
s_cpuTicksPerSecond 00D415C8 l type="uint64_t"
s_gotPowerProfFrequency 00D415D0 l type="int32_t"
s_checkedPowerProfInfo 00D415D4 l type="int32_t"