mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
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#3196
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/3071
Author: @davidantunes23
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @georgemoralis
Base:
main← Head:feat-2649📝 Commits (8)
327144cFavorites in the game list (#2649)6b5f472fix formattinga8d0b0bFavorites in the game list (#2649)aed2e0efixed right click bugb176a61keep row selection when adding favoritesdd905a7fixed sorting on game grid after using search bar7e708bemerge new changese67bffdchange the way favorites are saved to match #3119📊 Changes
10 files changed (+203 additions, -31 deletions)
View changed files
📝
REUSE.toml(+4 -3)➕
src/images/favorite_icon.png(+0 -0)📝
src/qt_gui/game_grid_frame.cpp(+55 -4)📝
src/qt_gui/game_grid_frame.h(+3 -0)📝
src/qt_gui/game_list_frame.cpp(+98 -14)📝
src/qt_gui/game_list_frame.h(+6 -0)📝
src/qt_gui/gui_context_menus.h(+29 -6)📝
src/qt_gui/gui_settings.h(+5 -0)📝
src/qt_gui/main_window.cpp(+2 -4)📝
src/shadps4.qrc(+1 -0)📄 Description
[Feature Request]: Favorites in the game list shadps4-emu/shadPS4#2649
Added a favorites column in game list mode. When the column is clicked a star icon appears and the game in the selected row is marked as favorite. Clicking the column again removes the icon and sets the game as non favorite. Games can also be set as favorite by right-clicking and choosing the option on the menu. On game grid mode, games set as favorite have the star icon on the top right corner of their game icon. Games marked as favorite are always at the top of the list/grid. The selected sorting method applies between favorites and between non favorites.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.