mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
GUI: regression fix
Improperly resolved git conflict when rebasing savestates.
This commit is contained in:
parent
d8f3029952
commit
05303ce6c6
1 changed files with 2 additions and 1 deletions
|
@ -500,7 +500,8 @@ void main_window::BootTest()
|
|||
const QString file_path = QFileDialog::getOpenFileName(this, tr("Select (S)ELF To Boot"), path_tests, tr(
|
||||
"(S)ELF files (*.elf *.self);;"
|
||||
"ELF files (*.elf);;"
|
||||
"SELF files (*.self);;"),
|
||||
"SELF files (*.self);;"
|
||||
"All files (*.*)"),
|
||||
Q_NULLPTR, QFileDialog::DontResolveSymlinks);
|
||||
|
||||
if (file_path.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue