[PR #2485] [MERGED] move display mode and hdr to graphics tab #2774

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2485
Author: @jardon
Created: 2/20/2025
Status: Merged
Merged: 2/23/2025
Merged by: @georgemoralis

Base: mainHead: rework-graphics-settings


📝 Commits (10+)

  • 78dd44d move display mode and hdr to graphics tab
  • 448f184 add left margin to display settings box
  • d75e5aa merge display combo box and fullscreen checkbox
  • 04753b5 remove commented out checkbox
  • 98f4f1b Rename borderless to windowed
  • 1572e47 rename graphics box and mode
  • efd7790 Rename window modes and map
  • 35295a7 fix formatting
  • b525dbd fix: xml formatting
  • 090495d Rename borderless windowed

📊 Changes

4 files changed (+178 additions, -174 deletions)

View changed files

📝 src/common/config.cpp (+8 -7)
📝 src/qt_gui/settings_dialog.cpp (+10 -15)
📝 src/qt_gui/settings_dialog.ui (+158 -150)
📝 src/sdl_window.cpp (+2 -2)

📄 Description

  • Move window size and HDR to the graphics tab in settings
  • Combine fullscreen checkbox with combobox
  • Move window size and HDR to gpu section of config.toml

image

closes #2471


🔄 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/2485 **Author:** [@jardon](https://github.com/jardon) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `rework-graphics-settings` --- ### 📝 Commits (10+) - [`78dd44d`](https://github.com/shadps4-emu/shadPS4/commit/78dd44d4b1651b58b811750e13d08dcdb4297356) move display mode and hdr to graphics tab - [`448f184`](https://github.com/shadps4-emu/shadPS4/commit/448f1843064d21026eb17780b8422243de0c99e2) add left margin to display settings box - [`d75e5aa`](https://github.com/shadps4-emu/shadPS4/commit/d75e5aa14a66e035e3439887d4afff0e5991532f) merge display combo box and fullscreen checkbox - [`04753b5`](https://github.com/shadps4-emu/shadPS4/commit/04753b537ee40f6f90f57befcdfefafdd07dc7ae) remove commented out checkbox - [`98f4f1b`](https://github.com/shadps4-emu/shadPS4/commit/98f4f1beee0b25171a033c71ef036117b9dbfa0c) Rename borderless to windowed - [`1572e47`](https://github.com/shadps4-emu/shadPS4/commit/1572e471fb2407aab85677da203057012038d777) rename graphics box and mode - [`efd7790`](https://github.com/shadps4-emu/shadPS4/commit/efd7790aba68a574d5d76a236c9c49f331126a16) Rename window modes and map - [`35295a7`](https://github.com/shadps4-emu/shadPS4/commit/35295a7255189d67059ece0da213296fa250ffa1) fix formatting - [`b525dbd`](https://github.com/shadps4-emu/shadPS4/commit/b525dbd2e4854d865e73e0ee6ce960108be97550) fix: xml formatting - [`090495d`](https://github.com/shadps4-emu/shadPS4/commit/090495d2725e68f2919b5340b92b6e4fd14ba221) Rename borderless windowed ### 📊 Changes **4 files changed** (+178 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+8 -7) 📝 `src/qt_gui/settings_dialog.cpp` (+10 -15) 📝 `src/qt_gui/settings_dialog.ui` (+158 -150) 📝 `src/sdl_window.cpp` (+2 -2) </details> ### 📄 Description - Move window size and HDR to the graphics tab in settings - Combine fullscreen checkbox with combobox - Move window size and HDR to gpu section of config.toml ![image](https://github.com/user-attachments/assets/949e6ad1-e65b-4903-8365-ec6235f314bf) closes #2471 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:12 +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#2774
No description provided.