mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3636] [MERGED] Lower "Trophy key is not specified" message from critical to info #3625
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#3625
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/3636
Author: @Missake212
Created: 9/20/2025
Status: ✅ Merged
Merged: 9/20/2025
Merged by: @squidbus
Base:
main← Head:trophy-key-log📝 Commits (1)
c891cfbUpdate trp.cpp📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/core/file_format/trp.cpp(+1 -1)📄 Description
I think it's not needed to have this logged as critical, it takes an extra second to check if there's a proper critical message in a log when looking at it, and in my experience there's only a handful of games which have issues without the trophy key (only one I know of is "MONOPOLY FAMILY FUN PACK"). I think the following line is more than enough for the end user to realize they won't get any trophies: "[Loader] emulator.cpp:212 Run: Couldn't extract trophies", worse case scenario it can be changed to something like "Couldn't extract trophies because the trophy key is missing" imo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.