[PR #3402] [MERGED] Log user CPU, total RAM, and OS #3439

Closed
opened 2026-02-27 22:03:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3402
Author: @rainmakerv3
Created: 8/8/2025
Status: Merged
Merged: 8/14/2025
Merged by: @georgemoralis

Base: mainHead: hardware-logging


📝 Commits (8)

📊 Changes

5 files changed (+22 additions, -1 deletions)

View changed files

📝 .gitmodules (+4 -0)
📝 CMakeLists.txt (+1 -1)
📝 externals/CMakeLists.txt (+4 -0)
externals/hwinfo (+1 -0)
📝 src/emulator.cpp (+12 -0)

📄 Description

Closes https://github.com/shadps4-emu/shadPS4/issues/3401

This logs the CPU, RAM, and OS on emulator startup with this submodule: https://github.com/lfreist/hwinfo

image

Having spent a bunch of time in bloodborne-chat, I can agree that this bit of logging actually helps quite a bit for those trying to provide help.

Mac build error is because of the submodule (seems like just a missing include?). If this is otherwise okay, can someone fork the submodule to add it in?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3402 **Author:** [@rainmakerv3](https://github.com/rainmakerv3) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/14/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `hardware-logging` --- ### 📝 Commits (8) - [`99db589`](https://github.com/shadps4-emu/shadPS4/commit/99db589621bd3f40b6196943f0bdf5cb5567f8bc) cpu info - [`50c0f91`](https://github.com/shadps4-emu/shadPS4/commit/50c0f91e52d92bc3ccb787d6ed04ce1adc53fc28) log OS - [`6774161`](https://github.com/shadps4-emu/shadPS4/commit/67741617d16908b4c7229a5294a6436985f37c5c) Round RAM, add space - [`26e07a6`](https://github.com/shadps4-emu/shadPS4/commit/26e07a64998b2067553437b67c3a5dff9d0e0925) switch temporarily to local fork - [`59c3dc3`](https://github.com/shadps4-emu/shadPS4/commit/59c3dc3772c6e5b196d7eb45739f2439dadec000) Update CMakeLists.txt - [`42cce2e`](https://github.com/shadps4-emu/shadPS4/commit/42cce2ef56d5890113db886d0f4ceeaf4cebcfa9) set shallow = true for submodule - [`39a1828`](https://github.com/shadps4-emu/shadPS4/commit/39a1828ac2c00c4fd9dcdc9337a3d356766e5662) Log logical cores as well - [`73bd884`](https://github.com/shadps4-emu/shadPS4/commit/73bd884a2426b4ed9ab3781b89265004c87ce7a9) point submodule to shadps4 fork ### 📊 Changes **5 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+4 -0) 📝 `CMakeLists.txt` (+1 -1) 📝 `externals/CMakeLists.txt` (+4 -0) ➕ `externals/hwinfo` (+1 -0) 📝 `src/emulator.cpp` (+12 -0) </details> ### 📄 Description Closes https://github.com/shadps4-emu/shadPS4/issues/3401 This logs the CPU, RAM, and OS on emulator startup with this submodule: https://github.com/lfreist/hwinfo <img width="818" height="86" alt="image" src="https://github.com/user-attachments/assets/2f8c6728-1e68-4ec4-841a-4e8d331d019a" /> Having spent a bunch of time in bloodborne-chat, I can agree that this bit of logging actually helps quite a bit for those trying to provide help. Mac build error is because of the submodule (seems like just a missing include?). If this is otherwise okay, can someone fork the submodule to add it in? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3439
No description provided.