mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #3305] [MERGED] qt: Add toggle in the settings window for readbacks #3375
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#3375
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/3305
Author: @tomboylover93
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @georgemoralis
Base:
main← Head:readbacks-gui-toggle📝 Commits (8)
5127550Add readback and readback linear image toggles to the settings windowe51975cfix37af75ereuse and crowdinffb42ccclang-format... my worst enemy...7a7cdd0Merge branch 'shadps4-emu:main' into readbacks-gui-toggle9b55e92Merge branch 'main' into readbacks-gui-toggleb7b79b2Experimental group box (#3)5039c1brevised warning on experimental group box📊 Changes
5 files changed (+124 additions, -46 deletions)
View changed files
📝
src/common/config.cpp(+4 -0)📝
src/common/config.h(+1 -0)📝
src/qt_gui/settings_dialog.cpp(+11 -0)📝
src/qt_gui/settings_dialog.ui(+92 -46)📝
src/qt_gui/translations/en_US.ts(+16 -0)📄 Description
See PR title.
Also adds a toggle for "Readback Linear Images".
Since the current readbacks implementation is slow and will most likely be rewritten in the future and adding a toggle in the Settings window for it has been a point of discussion, I thought to lock it behind another "Advanced" section to avoid people enabling it and coming across issues in games that don't need it/don't work well with it as a result, but I felt like it was beyond the scope of this PR (perhaps a warning about not enabling it unless being told to would suffice?). Let me know if you have any ideas.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.