mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
overlays: add system sounds
This commit is contained in:
parent
59b1c324a9
commit
ff5e31f396
8 changed files with 37 additions and 9 deletions
|
|
@ -71,7 +71,7 @@ namespace rsx
|
|||
{
|
||||
// First tick
|
||||
creation_time = t;
|
||||
Emu.GetCallbacks().play_sound(fs::get_config_dir() + "sounds/trophy.wav");
|
||||
Emu.GetCallbacks().play_sound(fs::get_config_dir() + "sounds/snd_trophy.wav");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue