Skip to content

GameDB: Patch The Gift to fix sound RPC#14713

Merged
lightningterror merged 1 commit into
PCSX2:masterfrom
Ziemas:gift-sfx-patch
Jul 16, 2026
Merged

GameDB: Patch The Gift to fix sound RPC#14713
lightningterror merged 1 commit into
PCSX2:masterfrom
Ziemas:gift-sfx-patch

Conversation

@Ziemas

@Ziemas Ziemas commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Description of Changes

Patches the game to force synchronous RPC calls for sound RPC.

Fixes #14640

Rationale behind Changes

There's a race where it writes to the send buffer before waiting for the previous RPC command to complete, causing a race where the return values overwrite the send values. Might also be saved by data cache on real console.

Suggested Testing Steps

Check that the SFX work.

Did you use AI to help find, test, or implement this issue or feature?

No.

@lightningterror lightningterror added this to the Release 2.8 milestone Jul 15, 2026
@lightningterror
lightningterror merged commit 86d76bb into PCSX2:master Jul 16, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Sound effects trigger very inconsistently in Gift by Cryo (SLES-50276)

3 participants