mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
overlays: fix trophy notification sound in queue
This commit is contained in:
parent
20331a77ce
commit
33e80a733d
1 changed files with 1 additions and 2 deletions
|
@ -71,6 +71,7 @@ namespace rsx
|
|||
{
|
||||
// First tick
|
||||
creation_time = t;
|
||||
Emu.GetCallbacks().play_sound(fs::get_config_dir() + "sounds/trophy.wav");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -176,8 +177,6 @@ namespace rsx
|
|||
|
||||
visible = true;
|
||||
|
||||
Emu.GetCallbacks().play_sound(fs::get_config_dir() + "sounds/trophy.wav");
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
} // namespace overlays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue