mirror of https://github.com/PCSX2/pcsx2.git
Qt: Update emuthread settings on blockdump directory change
This commit is contained in:
parent
b9cdd452df
commit
9d29287c02
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue