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