mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
-nogui
This commit is contained in:
parent
dd87155342
commit
60907886a9
@ -6222,7 +6222,7 @@
|
|||||||
"configTitle": "Sony PlayStation 2 - PCSX2",
|
"configTitle": "Sony PlayStation 2 - PCSX2",
|
||||||
"steamDirectory": "${steamdirglobal}",
|
"steamDirectory": "${steamdirglobal}",
|
||||||
"romDirectory": "${romsdirglobal}/ps2",
|
"romDirectory": "${romsdirglobal}/ps2",
|
||||||
"executableArgs": "-batch -fullscreen \"'${filePath}'\"",
|
"executableArgs": "-batch -fullscreen -nogui \"'${filePath}'\"",
|
||||||
"executableModifier": "\"${exePath}\"",
|
"executableModifier": "\"${exePath}\"",
|
||||||
"startInDirectory": "",
|
"startInDirectory": "",
|
||||||
"titleModifier": "${fuzzyTitle}",
|
"titleModifier": "${fuzzyTitle}",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
collection: Sony PlayStation 2
|
collection: Sony PlayStation 2
|
||||||
shortname: ps2
|
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
|
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}'"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
collection: Sony PlayStation
|
collection: Sony PlayStation
|
||||||
shortname: psx
|
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
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user