mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3402] [MERGED] Log user CPU, total RAM, and OS #3439
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3439
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:hardware-logging📝 Commits (8)
99db589cpu info50c0f91log OS6774161Round RAM, add space26e07a6switch temporarily to local fork59c3dc3Update CMakeLists.txt42cce2eset shallow = true for submodule39a1828Log logical cores as well73bd884point submodule to shadps4 fork📊 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
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.