mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
RSX/Qt: Move rrc captures to captures dir
This commit is contained in:
parent
bb8fa28521
commit
67aff85e8e
3 changed files with 3 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue