[PR #1697] [MERGED] Displays "Never Played" if the game has never been played #2255

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1697
Author: @Xphalnos
Created: 12/8/2024
Status: Merged
Merged: 12/10/2024
Merged by: @raphaelthegreat

Base: mainHead: Never_Played


📝 Commits (3)

  • 78995eb Displays "Never Played" if the game has never been played
  • 293a151 Update nb.ts + pt_BR.ts
  • c42b223 Merge branch 'main' into Never_Played

📊 Changes

28 files changed (+137 additions, -2 deletions)

View changed files

📝 src/qt_gui/game_list_frame.cpp (+2 -2)
📝 src/qt_gui/translations/ar.ts (+5 -0)
📝 src/qt_gui/translations/da_DK.ts (+5 -0)
📝 src/qt_gui/translations/de.ts (+5 -0)
📝 src/qt_gui/translations/el.ts (+5 -0)
📝 src/qt_gui/translations/en.ts (+5 -0)
📝 src/qt_gui/translations/es_ES.ts (+5 -0)
📝 src/qt_gui/translations/fa_IR.ts (+5 -0)
📝 src/qt_gui/translations/fi.ts (+5 -0)
📝 src/qt_gui/translations/fr.ts (+5 -0)
📝 src/qt_gui/translations/hu_HU.ts (+5 -0)
📝 src/qt_gui/translations/id.ts (+5 -0)
📝 src/qt_gui/translations/it.ts (+5 -0)
📝 src/qt_gui/translations/ja_JP.ts (+5 -0)
📝 src/qt_gui/translations/ko_KR.ts (+5 -0)
📝 src/qt_gui/translations/lt_LT.ts (+5 -0)
📝 src/qt_gui/translations/nb.ts (+5 -0)
📝 src/qt_gui/translations/nl.ts (+5 -0)
📝 src/qt_gui/translations/pl_PL.ts (+5 -0)
📝 src/qt_gui/translations/pt_BR.ts (+5 -0)

...and 8 more files

📄 Description

In the game list, if the game has never been played, instead of showing 0, it shows "Never Played".

Before:
Before

After:
After


🔄 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/1697 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 12/8/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `Never_Played` --- ### 📝 Commits (3) - [`78995eb`](https://github.com/shadps4-emu/shadPS4/commit/78995eb225bfeda5b8f91cc3b9321515760ae603) Displays "Never Played" if the game has never been played - [`293a151`](https://github.com/shadps4-emu/shadPS4/commit/293a151eaea402831a03930f5b50ae91cbb71728) Update nb.ts + pt_BR.ts - [`c42b223`](https://github.com/shadps4-emu/shadPS4/commit/c42b223fb4d0dd9d6f097b02967105bba1303b98) Merge branch 'main' into Never_Played ### 📊 Changes **28 files changed** (+137 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/game_list_frame.cpp` (+2 -2) 📝 `src/qt_gui/translations/ar.ts` (+5 -0) 📝 `src/qt_gui/translations/da_DK.ts` (+5 -0) 📝 `src/qt_gui/translations/de.ts` (+5 -0) 📝 `src/qt_gui/translations/el.ts` (+5 -0) 📝 `src/qt_gui/translations/en.ts` (+5 -0) 📝 `src/qt_gui/translations/es_ES.ts` (+5 -0) 📝 `src/qt_gui/translations/fa_IR.ts` (+5 -0) 📝 `src/qt_gui/translations/fi.ts` (+5 -0) 📝 `src/qt_gui/translations/fr.ts` (+5 -0) 📝 `src/qt_gui/translations/hu_HU.ts` (+5 -0) 📝 `src/qt_gui/translations/id.ts` (+5 -0) 📝 `src/qt_gui/translations/it.ts` (+5 -0) 📝 `src/qt_gui/translations/ja_JP.ts` (+5 -0) 📝 `src/qt_gui/translations/ko_KR.ts` (+5 -0) 📝 `src/qt_gui/translations/lt_LT.ts` (+5 -0) 📝 `src/qt_gui/translations/nb.ts` (+5 -0) 📝 `src/qt_gui/translations/nl.ts` (+5 -0) 📝 `src/qt_gui/translations/pl_PL.ts` (+5 -0) 📝 `src/qt_gui/translations/pt_BR.ts` (+5 -0) _...and 8 more files_ </details> ### 📄 Description In the game list, if the game has never been played, instead of showing 0, it shows "Never Played". Before: ![Before](https://github.com/user-attachments/assets/1de7206d-d6fd-4957-8f13-88b5cb514aa4) After: ![After](https://github.com/user-attachments/assets/db8776f6-9b53-463f-a5fe-78b350bfaafa) --- <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:46 +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#2255
No description provided.