diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 46e5409c..e0f2e3e9 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -437,6 +437,9 @@ void GameArea::LoadGame(const wxString& name) emusys = &GBASystem; } + // Set sound volume. + soundSetVolume((float)OPTION(kSoundVolume) / 100.0); + if (OPTION(kGeomFullScreen)) { GameArea::ShowFullScreen(true); }