mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
setupMicInputData() ought to be called at all times tho
This commit is contained in:
@ -496,9 +496,9 @@ void EmuInstance::audioUpdateSettings()
|
||||
{
|
||||
int audiointerp = globalCfg.GetInt("Audio.Interpolation");
|
||||
nds->SPU.SetInterpolation(static_cast<AudioInterpolation>(audiointerp));
|
||||
setupMicInputData();
|
||||
}
|
||||
|
||||
setupMicInputData();
|
||||
micOpen();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user