diff --git a/RetroFE/Source/Graphics/Page.cpp b/RetroFE/Source/Graphics/Page.cpp index a994361..48fb52d 100644 --- a/RetroFE/Source/Graphics/Page.cpp +++ b/RetroFE/Source/Graphics/Page.cpp @@ -769,6 +769,11 @@ void Page::launchEnter() { (*it)->launchEnter(); } + + if(selectSoundChunk_) + { + selectSoundChunk_->play(); + } } void Page::launchExit()