Pegasus: Fix Nintendo Switch, PS2, and ScummVM Systems (#1122)

This commit is contained in:
rawdatafeel 2024-03-13 12:50:14 -04:00 committed by GitHub
parent fdbbe78832
commit fa090bacd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

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
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 "'{file.path}'"

View file

@ -1,4 +1,4 @@
collection: ScummVM Game Engine
shortname: scummvm
extensions: scummvm, SCUMMVM, svm, SVM
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/scummvm.sh --path="{file.path}" --auto-detect
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/scummvm.sh --path={file.dir} --auto-detect

View file

@ -1,4 +1,5 @@
collection: Nintendo Switch
shortname: switch
extensions: nca, NCA, nro, NRO, nso, NSO, nsp, NSP, xci, XCI
launch: /bin/bash /run/media/mmcblk0p1/Emulation/tools/launchers/ryujinx.sh --fullscreen '{file.path}'
launch: /bin/bash /run/media/mmcblk0p1/Emulation/tools/launchers/ryujinx.sh --fullscreen "'{file.path}'"