mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2504] [MERGED] Add option to save logfiles seperate for each game #2786
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#2786
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/2504
Author: @Fire-Cube
Created: 2/22/2025
Status: ✅ Merged
Merged: 2/23/2025
Merged by: @georgemoralis
Base:
main← Head:split-log📝 Commits (9)
7ed94d8add option to split log978b7a0better naming96d86d8fix51400b6fixbc42d39fix formatting87b0a8dMerge branch 'shadps4-emu:main' into split-log3e2798efix misspellingef143b6make clang conform78cb784clang fix📊 Changes
6 files changed (+108 additions, -76 deletions)
View changed files
📝
src/common/config.cpp(+11 -0)📝
src/common/config.h(+2 -1)📝
src/common/logging/backend.cpp(+3 -2)📝
src/emulator.cpp(+30 -26)📝
src/qt_gui/settings_dialog.cpp(+5 -1)📝
src/qt_gui/settings_dialog.ui(+57 -46)📄 Description
With this pull request, an option is added to the settings to save a separate log file for each game. For example as "CUSA19120.log". If not activated, everything stays as before. This can be very useful for debugging.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.