mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-26 17:54:46 +01:00
Fixed playing of select sound when starting a game.
This commit is contained in:
parent
6dd0654bad
commit
7472891663
@ -769,6 +769,11 @@ void Page::launchEnter()
|
||||
{
|
||||
(*it)->launchEnter();
|
||||
}
|
||||
|
||||
if(selectSoundChunk_)
|
||||
{
|
||||
selectSoundChunk_->play();
|
||||
}
|
||||
}
|
||||
|
||||
void Page::launchExit()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user