RSX/Qt: Move rrc captures to captures dir

This commit is contained in:
Megamouse 2018-07-21 18:14:43 +02:00
parent bb8fa28521
commit 67aff85e8e
3 changed files with 3 additions and 2 deletions

View file

@ -364,7 +364,7 @@ void main_window::BootRsxCapture(std::string path)
is_stopped = true;
}
QString filePath = QFileDialog::getOpenFileName(this, tr("Select RSX Capture"), "", tr("RRC files (*.rrc);;All files (*.*)"));
QString filePath = QFileDialog::getOpenFileName(this, tr("Select RSX Capture"), qstr(fs::get_config_dir() + "captures/"), tr("RRC files (*.rrc);;All files (*.*)"));
if (filePath.isEmpty())
{