mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
qt: allow to pick iso by default
This commit is contained in:
parent
13dda2895d
commit
ccde87c17f
|
|
@ -570,8 +570,8 @@ void main_window::BootElf()
|
|||
}
|
||||
|
||||
const QString path_last_elf = m_gui_settings->GetValue(gui::fd_boot_elf).toString();
|
||||
const QString file_path = QFileDialog::getOpenFileName(this, tr("Select (S)ELF To Boot"), path_last_elf, tr(
|
||||
"(S)ELF files (*BOOT.BIN *.elf *.self);;"
|
||||
const QString file_path = QFileDialog::getOpenFileName(this, tr("Select File To Boot"), path_last_elf, tr(
|
||||
"ISO/ELF files (*BOOT.BIN *.elf *.self *.iso *.ISO);;"
|
||||
"ELF files (BOOT.BIN *.elf);;"
|
||||
"SELF files (EBOOT.BIN *.self);;"
|
||||
"BOOT files (*BOOT.BIN);;"
|
||||
|
|
|
|||
Loading…
Reference in a new issue