mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-01 18:39:30 +02:00
Removed playing of unload sound when switching game/collection selection.
This commit is contained in:
@@ -142,11 +142,6 @@ void Page::onNewItemSelected(Item *item)
|
||||
menu->setNewItemSelected();
|
||||
}
|
||||
|
||||
if(unloadSoundChunk_)
|
||||
{
|
||||
unloadSoundChunk_->play();
|
||||
}
|
||||
|
||||
for(unsigned int i = 0; i < NUM_LAYERS; ++i)
|
||||
{
|
||||
for(std::vector<Component *>::iterator it = LayerComponents[i].begin(); it != LayerComponents[i].end(); ++it)
|
||||
|
||||
Reference in New Issue
Block a user