[PR #3071] [MERGED] Favorites in the game list (#2649) #3196

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

📋 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: mainHead: feat-2649


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3071 **Author:** [@davidantunes23](https://github.com/davidantunes23) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `feat-2649` --- ### 📝 Commits (8) - [`327144c`](https://github.com/shadps4-emu/shadPS4/commit/327144c87426c8a516f3daf1ccfb83e67c434d73) Favorites in the game list (#2649) - [`6b5f472`](https://github.com/shadps4-emu/shadPS4/commit/6b5f472bf03bd8f92c12550619057513d6a35267) fix formatting - [`a8d0b0b`](https://github.com/shadps4-emu/shadPS4/commit/a8d0b0b21080bced5d29d0b31db7363da84e9b34) Favorites in the game list (#2649) - [`aed2e0e`](https://github.com/shadps4-emu/shadPS4/commit/aed2e0e024077646f8655ceec579ec7e1aa5d995) fixed right click bug - [`b176a61`](https://github.com/shadps4-emu/shadPS4/commit/b176a61d26a05c3b43edb8c4d168231ccc744867) keep row selection when adding favorites - [`dd905a7`](https://github.com/shadps4-emu/shadPS4/commit/dd905a723981a23b27a653020d2046f15833b91e) fixed sorting on game grid after using search bar - [`7e708be`](https://github.com/shadps4-emu/shadPS4/commit/7e708befe303dbfe6dc1f5290f088fd582e831af) merge new changes - [`e67bffd`](https://github.com/shadps4-emu/shadPS4/commit/e67bffdbed2bcb07c61f59e6c7e7d4d06827e72c) change the way favorites are saved to match #3119 ### 📊 Changes **10 files changed** (+203 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:47 +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#3196
No description provided.