mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1668] [MERGED] wip: added status column for compat data #2235
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#2235
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/1668
Author: @f8ith
Created: 12/5/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @georgemoralis
Base:
main← Head:compat-gui📝 Commits (10+)
acdd3bewip: added basic gui for compat data3fbbddfremoved unused initalizerfc853d4fixes8340938fix cmake5ee5b98wip: add some testing date / versionf9731fcadd tooltip6696964fix nested QJsonObject3862ed6Include version & last_tested info3bb502bfix tooltip colore24179afix clang-format📊 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
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_datafolder. 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.