Qt: Add zst/xz GPU dumps to file filter
This commit is contained in:
parent
0960160589
commit
dc9cdddd4c
|
@ -69,7 +69,7 @@ static constexpr char DISC_IMAGE_FILTER[] = QT_TRANSLATE_NOOP(
|
|||
"*.minipsf *.m3u *.psxgpu);;Single-Track Raw Images (*.bin *.img *.iso);;Cue Sheets (*.cue);;MAME CHD Images "
|
||||
"(*.chd);;Error Code Modeler Images (*.ecm);;Media Descriptor Sidecar Images (*.mds);;PlayStation EBOOTs (*.pbp "
|
||||
"*.PBP);;PlayStation Executables (*.cpe *.elf *.exe *.psexe *.ps-exe, *.psx);;Portable Sound Format Files (*.psf "
|
||||
"*.minipsf);;Playlists (*.m3u);;PSX GPU Dumps (*.psxgpu)");
|
||||
"*.minipsf);;Playlists (*.m3u);;PSX GPU Dumps (*.psxgpu *.psxgpu.zst *.psxgpu.xz)");
|
||||
|
||||
MainWindow* g_main_window = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue