mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-03 17:36:47 +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();
|
menu->setNewItemSelected();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(unloadSoundChunk_)
|
|
||||||
{
|
|
||||||
unloadSoundChunk_->play();
|
|
||||||
}
|
|
||||||
|
|
||||||
for(unsigned int i = 0; i < NUM_LAYERS; ++i)
|
for(unsigned int i = 0; i < NUM_LAYERS; ++i)
|
||||||
{
|
{
|
||||||
for(std::vector<Component *>::iterator it = LayerComponents[i].begin(); it != LayerComponents[i].end(); ++it)
|
for(std::vector<Component *>::iterator it = LayerComponents[i].begin(); it != LayerComponents[i].end(); ++it)
|
||||||
|
|||||||
Reference in New Issue
Block a user