From dc9cdddd4ce3681bb43759e9f5bdb4023ef9b2a2 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 6 Jan 2025 21:18:13 +1000 Subject: [PATCH] Qt: Add zst/xz GPU dumps to file filter --- src/duckstation-qt/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index b79281c7b..5f9986ec5 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -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;