1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

fix that crash

This commit is contained in:
Arisotura 2024-10-25 12:33:04 +02:00
parent 979f1ed615
commit fc3c7440d1

View file

@ -1800,6 +1800,7 @@ void MainWindow::onUpdateAudioVolume(int vol, int dsisync)
void MainWindow::onUpdateAudioSettings()
{
if (!emuThread->emuIsActive()) return;
assert(emuInstance->nds != nullptr);
int interp = globalCfg.GetInt("Audio.Interpolation");