overlays: fix trophy notification sound in queue

This commit is contained in:
Megamouse 2021-10-30 22:31:08 +02:00
parent 20331a77ce
commit 33e80a733d

View file

@ -71,6 +71,7 @@ namespace rsx
{ {
// First tick // First tick
creation_time = t; creation_time = t;
Emu.GetCallbacks().play_sound(fs::get_config_dir() + "sounds/trophy.wav");
return; return;
} }
@ -176,8 +177,6 @@ namespace rsx
visible = true; visible = true;
Emu.GetCallbacks().play_sound(fs::get_config_dir() + "sounds/trophy.wav");
return CELL_OK; return CELL_OK;
} }
} // namespace overlays } // namespace overlays