Qt: Update emuthread settings on blockdump directory change

This commit is contained in:
refractionpcsx2 2022-10-19 19:36:23 +01:00
parent b9cdd452df
commit 9d29287c02
1 changed files with 2 additions and 0 deletions

View File

@ -815,6 +815,8 @@ void MainWindow::onBlockDumpActionToggled(bool checked)
Host::SetBaseStringSettingValue("EmuCore", "BlockDumpSaveDirectory", new_dir.toUtf8().constData());
Host::CommitBaseSettingChanges();
g_emu_thread->applySettings();
}
void MainWindow::saveStateToConfig()