mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
misc shit
This commit is contained in:
@ -41,7 +41,7 @@ AudioSettingsDialog::AudioSettingsDialog(QWidget* parent) : QDialog(parent), ui(
|
||||
emuInstance = ((MainWindow*)parent)->getEmuInstance();
|
||||
auto& cfg = emuInstance->getGlobalConfig();
|
||||
auto& instcfg = emuInstance->getLocalConfig();
|
||||
bool emuActive = emuInstance->getEmuThread()->emuIsActive();
|
||||
bool emuActive = emuInstance->emuIsActive();
|
||||
|
||||
oldInterp = cfg.GetInt("Audio.Interpolation");
|
||||
oldBitDepth = cfg.GetInt("Audio.BitDepth");
|
||||
|
Reference in New Issue
Block a user