[PR #2284] [MERGED] Fix game title sorting bug from Issue #2260 #2623

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2284
Author: @zaid-ismail031
Created: 1/30/2025
Status: Merged
Merged: 1/30/2025
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (3)

  • ce1b208 Fix alphabetical sorting bug caused by case-sensitive string comparisons in GameListFrame.
  • c858ad6 Fix bug with incorrect use of std::tolower.
  • 3a54767 Fix clang-format error.

📊 Changes

1 file changed (+15 additions, -4 deletions)

View changed files

📝 src/qt_gui/game_list_frame.h (+15 -4)

📄 Description

Game titles should now be sorted alphabetically regardless of case. From #2260

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/2284 **Author:** [@zaid-ismail031](https://github.com/zaid-ismail031) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`ce1b208`](https://github.com/shadps4-emu/shadPS4/commit/ce1b208fc509b0638c2268fb5409241d0f8e69cc) Fix alphabetical sorting bug caused by case-sensitive string comparisons in GameListFrame. - [`c858ad6`](https://github.com/shadps4-emu/shadPS4/commit/c858ad6e8fb0ffaae62c4df6bb708cb445c0a963) Fix bug with incorrect use of std::tolower. - [`3a54767`](https://github.com/shadps4-emu/shadPS4/commit/3a54767643a0f5fe52b74b3d2c3db3113454bb83) Fix clang-format error. ### 📊 Changes **1 file changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/game_list_frame.h` (+15 -4) </details> ### 📄 Description Game titles should now be sorted alphabetically regardless of case. From #2260 ![image](https://github.com/user-attachments/assets/9d234c52-03f4-43f3-a354-ef03bfe595b7) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:38 +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#2623
No description provided.