[PR #1855] [MERGED] compatibility_data: Added compatibility related settings to GUI #2349

Closed
opened 2026-02-27 21:16:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1855
Author: @f8ith
Created: 12/23/2024
Status: Merged
Merged: 12/25/2024
Merged by: @georgemoralis

Base: mainHead: compat-settings


📝 Commits (4)

  • 680e8b3 compatibility_data: added compatibility related settings to gui
  • 18e60bf update translations
  • 54cf5e4 revert to deprecated statechanged
  • da557ee fix display compatibility data option

📊 Changes

11 files changed (+256 additions, -37 deletions)

View changed files

📝 src/qt_gui/compatibility_info.cpp (+6 -4)
📝 src/qt_gui/compatibility_info.h (+1 -1)
📝 src/qt_gui/game_grid_frame.cpp (+6 -3)
📝 src/qt_gui/game_grid_frame.h (+5 -1)
📝 src/qt_gui/game_list_frame.cpp (+5 -7)
📝 src/qt_gui/gui_context_menus.h (+46 -2)
📝 src/qt_gui/main_window.cpp (+9 -3)
📝 src/qt_gui/settings_dialog.cpp (+30 -1)
📝 src/qt_gui/settings_dialog.h (+6 -1)
📝 src/qt_gui/settings_dialog.ui (+77 -14)
📝 src/qt_gui/translations/en.ts (+65 -0)

📄 Description

  • New game compatibility section in settings dialog
  • Context menu now has a compatibility section
  • Adjusted minimum size of updater section to 265
  • Updated translations for game_list_frame.cpp
スクリーンショット 2024-12-23 14 47 31 スクリーンショット 2024-12-23 14 48 07

🔄 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/1855 **Author:** [@f8ith](https://github.com/f8ith) **Created:** 12/23/2024 **Status:** ✅ Merged **Merged:** 12/25/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `compat-settings` --- ### 📝 Commits (4) - [`680e8b3`](https://github.com/shadps4-emu/shadPS4/commit/680e8b307d8acce20ff08099f640115602125728) compatibility_data: added compatibility related settings to gui - [`18e60bf`](https://github.com/shadps4-emu/shadPS4/commit/18e60bfb58fe62b0d26bc4a8e4ad67e7022c6a25) update translations - [`54cf5e4`](https://github.com/shadps4-emu/shadPS4/commit/54cf5e4024fb570253d0d9c7d17fa48498f978e6) revert to deprecated statechanged - [`da557ee`](https://github.com/shadps4-emu/shadPS4/commit/da557eee67c866ad9967656143c0622e837bb7a4) fix display compatibility data option ### 📊 Changes **11 files changed** (+256 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/compatibility_info.cpp` (+6 -4) 📝 `src/qt_gui/compatibility_info.h` (+1 -1) 📝 `src/qt_gui/game_grid_frame.cpp` (+6 -3) 📝 `src/qt_gui/game_grid_frame.h` (+5 -1) 📝 `src/qt_gui/game_list_frame.cpp` (+5 -7) 📝 `src/qt_gui/gui_context_menus.h` (+46 -2) 📝 `src/qt_gui/main_window.cpp` (+9 -3) 📝 `src/qt_gui/settings_dialog.cpp` (+30 -1) 📝 `src/qt_gui/settings_dialog.h` (+6 -1) 📝 `src/qt_gui/settings_dialog.ui` (+77 -14) 📝 `src/qt_gui/translations/en.ts` (+65 -0) </details> ### 📄 Description * New game compatibility section in settings dialog * Context menu now has a compatibility section * Adjusted minimum size of updater section to `265` * Updated translations for `game_list_frame.cpp` <img width="832" alt="スクリーンショット 2024-12-23 14 47 31" src="https://github.com/user-attachments/assets/73e4e99a-baa8-46eb-bbc2-163dcb5af69c" /> <img width="306" alt="スクリーンショット 2024-12-23 14 48 07" src="https://github.com/user-attachments/assets/aec0fa1b-2647-47cf-82cf-8a6bf1b2995b" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:10 +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#2349
No description provided.