mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
fix that crash
This commit is contained in:
@ -1800,6 +1800,7 @@ void MainWindow::onUpdateAudioVolume(int vol, int dsisync)
|
|||||||
|
|
||||||
void MainWindow::onUpdateAudioSettings()
|
void MainWindow::onUpdateAudioSettings()
|
||||||
{
|
{
|
||||||
|
if (!emuThread->emuIsActive()) return;
|
||||||
assert(emuInstance->nds != nullptr);
|
assert(emuInstance->nds != nullptr);
|
||||||
|
|
||||||
int interp = globalCfg.GetInt("Audio.Interpolation");
|
int interp = globalCfg.GetInt("Audio.Interpolation");
|
||||||
|
Reference in New Issue
Block a user