[PR #1668] [MERGED] wip: added status column for compat data #2235

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1668
Author: @f8ith
Created: 12/5/2024
Status: Merged
Merged: 12/19/2024
Merged by: @georgemoralis

Base: mainHead: compat-gui


📝 Commits (10+)

📊 Changes

9 files changed (+488 additions, -36 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
src/qt_gui/compatibility_info.cpp (+227 -0)
src/qt_gui/compatibility_info.h (+97 -0)
📝 src/qt_gui/game_info.cpp (+2 -0)
📝 src/qt_gui/game_list_frame.cpp (+121 -22)
📝 src/qt_gui/game_list_frame.h (+26 -13)
📝 src/qt_gui/game_list_utils.h (+7 -0)
📝 src/qt_gui/main_window.cpp (+3 -1)
📝 src/qt_gui/main_window.h (+3 -0)

📄 Description

Addresses #1571

  • data is currently pulled directly from github API, awaiting server infrastructure. This would be rate-limited when the compatibility repo reaches 6k open issues

WIP PR intended to gather opinions about how the status column should behave. In my implementation a dialog appears by default on startup while the emulator fetches compatibility information. The database is saved to a single json under the game_data folder. Then the best available status is selected based on the current platform.

e.g. on Windows (os-windows -> no os label -> os-linux -> os-macOS)

Edit: Latest commit

image


🔄 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/1668 **Author:** [@f8ith](https://github.com/f8ith) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `compat-gui` --- ### 📝 Commits (10+) - [`acdd3be`](https://github.com/shadps4-emu/shadPS4/commit/acdd3be52f201fc678f1d5189c007dc38461868d) wip: added basic gui for compat data - [`3fbbddf`](https://github.com/shadps4-emu/shadPS4/commit/3fbbddfd47416b624e73b60e9a961064fb509797) removed unused initalizer - [`fc853d4`](https://github.com/shadps4-emu/shadPS4/commit/fc853d46aff4c4c2eb539914aa27a855c722d558) fixes - [`8340938`](https://github.com/shadps4-emu/shadPS4/commit/83409389a9c869472b40492ea31237635e3aa797) fix cmake - [`5ee5b98`](https://github.com/shadps4-emu/shadPS4/commit/5ee5b98aba31bed207b0fb214d4d7b0e381dd42b) wip: add some testing date / version - [`f9731fc`](https://github.com/shadps4-emu/shadPS4/commit/f9731fccccccd950652f1d162a3d5da61164a639) add tooltip - [`6696964`](https://github.com/shadps4-emu/shadPS4/commit/6696964e4bb1159038fdce157110172407a63a43) fix nested QJsonObject - [`3862ed6`](https://github.com/shadps4-emu/shadPS4/commit/3862ed6a5914b88b8a2c4b27bb464aa7df50a54b) Include version & last_tested info - [`3bb502b`](https://github.com/shadps4-emu/shadPS4/commit/3bb502bf792f6f5429ea14537d0622547117479d) fix tooltip color - [`e24179a`](https://github.com/shadps4-emu/shadPS4/commit/e24179a380611363b812c8e749138e0ceb0cd09d) fix clang-format ### 📊 Changes **9 files changed** (+488 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) ➕ `src/qt_gui/compatibility_info.cpp` (+227 -0) ➕ `src/qt_gui/compatibility_info.h` (+97 -0) 📝 `src/qt_gui/game_info.cpp` (+2 -0) 📝 `src/qt_gui/game_list_frame.cpp` (+121 -22) 📝 `src/qt_gui/game_list_frame.h` (+26 -13) 📝 `src/qt_gui/game_list_utils.h` (+7 -0) 📝 `src/qt_gui/main_window.cpp` (+3 -1) 📝 `src/qt_gui/main_window.h` (+3 -0) </details> ### 📄 Description Addresses #1571 * data is currently pulled directly from github API, awaiting server infrastructure. This would be rate-limited when the compatibility repo reaches 6k open issues WIP PR intended to gather opinions about how the status column should behave. In my implementation a dialog appears by default on startup while the emulator fetches compatibility information. The database is saved to a single json under the `game_data` folder. Then the best available status is selected based on the current platform. e.g. on Windows (os-windows -> no os label -> os-linux -> os-macOS) Edit: Latest commit ![image](https://github.com/user-attachments/assets/6913de82-05f8-4a6d-a185-f7837d0d4459) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:42 +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#2235
No description provided.