overlays: fix trophy notification sound in queue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user