This commit is contained in:
Dragoon Dorise 2025-03-31 13:39:22 +02:00
parent dd87155342
commit 60907886a9
3 changed files with 3 additions and 3 deletions

View File

@ -6222,7 +6222,7 @@
"configTitle": "Sony PlayStation 2 - PCSX2",
"steamDirectory": "${steamdirglobal}",
"romDirectory": "${romsdirglobal}/ps2",
"executableArgs": "-batch -fullscreen \"'${filePath}'\"",
"executableArgs": "-batch -fullscreen -nogui \"'${filePath}'\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",

View File

@ -1,4 +1,4 @@
collection: Sony PlayStation 2
shortname: ps2
extensions: bin, BIN, chd, CHD, ciso, CISO, cso, CSO, dump, DUMP, elf, ELF, gz, GZ, m3u, M3U, mdf, MDF, img, IMG, iso, ISO, isz, ISZ, ngr, NRG, zso, ZSO
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/pcsx2-qt.sh -batch -fullscreen "'{file.path}'"
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/pcsx2-qt.sh -batch -fullscreen -nogui "'{file.path}'"

View File

@ -1,4 +1,4 @@
collection: Sony PlayStation
shortname: psx
extensions: bin, BIN, cbn, CBN, ccd, CCD, chd, CHD, cue, CUE, ecm, ECM, exe, EXE, img, IMG, iso, ISO, m3u, M3U, mdf, MDF, mds, MDS, pbp, PBP, psexe, PSEXE, psf, PSF, toc, TOC, z, Z, znx, ZNX, 7z, 7Z, zip, ZIP
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/duckstation.sh -batch -fullscreen {file.path}
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/duckstation.sh -batch -fullscreen -nogui {file.path}