mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3504] [MERGED] Qt: Add FSR options to settings GUI #3524
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#3524
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/3504
Author: @rainmakerv3
Created: 9/1/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @squidbus
Base:
main← Head:FSR-gui📝 Commits (9)
1db67d5Qt: Add FSR settings to settings GUI36197f8Move FSR settings from Imgui.ini to main configbad9111move passing fsr settings to presenter constuctore7bd5b6cleanup: use struct instead of function calld76fe1ccleanup: make variable names consistent with othersbaaa656Update fsr settings real-time in qt, save button in Imgui5e74707Linux build fix, missing running game check6445feesyntax fixa7c81c6Change gamerunning checks to if (presenter)📊 Changes
8 files changed (+189 additions, -35 deletions)
View changed files
📝
src/common/config.cpp(+36 -0)📝
src/common/config.h(+6 -0)📝
src/core/devtools/layer.cpp(+10 -0)📝
src/core/devtools/options.cpp(+0 -14)📝
src/qt_gui/settings_dialog.cpp(+47 -3)📝
src/qt_gui/settings_dialog.h(+0 -1)📝
src/qt_gui/settings_dialog.ui(+86 -17)📝
src/video_core/renderer_vulkan/vk_presenter.cpp(+4 -0)📄 Description
Adds the 3 FSR options to the settings dialog for better user discoverability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.