mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #2545] [APP BUG]: sce_sys/snd0.at9 remains after game deletion #834
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#834
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?
Originally created by @imnltsa on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2545
Checklist
Describe the Bug
When deleting a game by right clicking a title, hovering "Delete..." and pressing "Delete Game",
[TITLEID]/sce_sys/snd0.at9remains if title music is enabled and the game is selected.Reproduction Steps
Expected Behavior
The emulator should delete
[TITLEID]/sce_sys/snd0.at9even if the file is currently in use by the shadPS4 process, allowing the entire[TITLEID]directory to be deleted.Specify OS Version
Windows 11 23H2
@Hermiten commented on GitHub (Feb 27, 2025):
Hey, seems to be a thing for you @DanielSvoboda :D
@DanielSvoboda commented on GitHub (Feb 28, 2025):
It may be necessary to make the emulator stop the song first, so that shadps4 does not read it, so the function can delete it.
@DanielSvoboda commented on GitHub (Feb 28, 2025):
This should solve it 🔼