mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
Pegasus: Fix Nintendo Switch, PS2, and ScummVM Systems (#1122)
This commit is contained in:
parent
fdbbe78832
commit
fa090bacd0
@ -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}'"
|
||||
|
@ -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
|
||||
|
@ -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}'"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user