mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3805] [MERGED] Re-implement custom trophy sounds using sdl3 mixer #3729
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#3729
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/3805
Author: @rainmakerv3
Created: 11/15/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @georgemoralis
Base:
main← Head:fix-custom-trophy-sound📝 Commits (3)
1c3ccaere-implement custom trophy sounds using sdl3 mixer5ba7cc3fix build vars3477ec1Don't change SDL version📊 Changes
6 files changed (+52 additions, -45 deletions)
View changed files
📝
.gitmodules(+4 -0)📝
CMakeLists.txt(+2 -1)📝
externals/CMakeLists.txt(+12 -0)➕
externals/sdl3_mixer(+1 -0)📝
src/core/libraries/np/trophy_ui.cpp(+29 -44)📝
src/core/libraries/np/trophy_ui.h(+4 -0)📄 Description
Custom trophy sounds used to be played using the Qt media player, presumably because shadPS4 did not have an mp3 decoding library. With the Gui separation, this of course no longer works.
This PR adds the sdl mixer library (https://github.com/libsdl-org/SDL_mixer to address this), and reimplements custom trophy sounds.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.