mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Add SPRX booting option
This commit is contained in:
parent
e74cceb3f4
commit
4fc7e27417
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ void main_window::BootElf()
|
||||||
"SELF files (EBOOT.BIN *.self);;"
|
"SELF files (EBOOT.BIN *.self);;"
|
||||||
"BOOT files (*BOOT.BIN);;"
|
"BOOT files (*BOOT.BIN);;"
|
||||||
"BIN files (*.bin);;"
|
"BIN files (*.bin);;"
|
||||||
|
"All executable files (*.SAVESTAT.gz *.SAVESTAT *.sprx *.SPRX *.self *.SELF *.bin *.BIN *.prx *.PRX *.elf *.ELF *.o *.O);;"
|
||||||
"All files (*.*)"),
|
"All files (*.*)"),
|
||||||
Q_NULLPTR, QFileDialog::DontResolveSymlinks);
|
Q_NULLPTR, QFileDialog::DontResolveSymlinks);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue