mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3740] [MERGED] Add informative update message for Qt build deprecation #3694
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#3694
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/3740
Author: @DanielSvoboda
Created: 10/17/2025
Status: ✅ Merged
Merged: 10/20/2025
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (2)
f48061bAdd informative update message for Qt build deprecationba12108Update ru_RU.ts📊 Changes
34 files changed (+74 additions, -70 deletions)
View changed files
📝
src/qt_gui/check_update.cpp(+6 -2)📝
src/qt_gui/translations/ar_SA.ts(+2 -2)📝
src/qt_gui/translations/ca_ES.ts(+2 -2)📝
src/qt_gui/translations/da_DK.ts(+2 -2)📝
src/qt_gui/translations/de_DE.ts(+2 -2)📝
src/qt_gui/translations/el_GR.ts(+2 -2)📝
src/qt_gui/translations/en_US.ts(+4 -4)📝
src/qt_gui/translations/es_ES.ts(+2 -2)📝
src/qt_gui/translations/fa_IR.ts(+2 -2)📝
src/qt_gui/translations/fi_FI.ts(+2 -2)📝
src/qt_gui/translations/fr_FR.ts(+2 -2)📝
src/qt_gui/translations/hu_HU.ts(+2 -2)📝
src/qt_gui/translations/id_ID.ts(+2 -2)📝
src/qt_gui/translations/it_IT.ts(+2 -2)📝
src/qt_gui/translations/ja_JP.ts(+2 -2)📝
src/qt_gui/translations/ko_KR.ts(+2 -2)📝
src/qt_gui/translations/lt_LT.ts(+2 -2)📝
src/qt_gui/translations/nb_NO.ts(+2 -2)📝
src/qt_gui/translations/nl_NL.ts(+2 -2)📝
src/qt_gui/translations/pl_PL.ts(+2 -2)...and 14 more files
📄 Description
Starting from version 0.12.0, the Qt version of the emulator will no longer receive direct updates.
However, the Qt interface remains available through the new official launcher:
shadps4-qtlauncher
– based on the original shadPS4 source code.
We recommend migrating to this launcher to continue receiving updates.
Previously, when no update was available, users would see the generic message:
"No download URL found for the specified asset."
Now, they will instead see the custom message from the screenshot, which makes the situation clearer and includes a clickable button to open the appropriate GitHub release page.
Note: This message only appears when the emulator fails to find a Qt version release on GitHub.
*This message was also translated into all languages.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.