mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
(Linux) Added support for the Visual Pinball (vpinball) game system
This commit is contained in:
parent
e0e370f6b2
commit
c945aca6a2
|
@ -798,6 +798,18 @@
|
||||||
<entry>~/.local/share/flatpak/exports/bin/net.sf.VICE|flatpak run --command=xvic net.sf.VICE</entry>
|
<entry>~/.local/share/flatpak/exports/bin/net.sf.VICE|flatpak run --command=xvic net.sf.VICE</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="VISUAL-PINBALL">
|
||||||
|
<!-- Pinball simulator Visual Pinball -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>VPinballX_GL</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>~/Applications/VPinballX/VPinballX_GL</entry>
|
||||||
|
<entry>~/.local/share/applications/VPinballX/VPinballX_GL</entry>
|
||||||
|
<entry>~/.local/bin/VPinballX/VPinballX_GL</entry>
|
||||||
|
<entry>~/bin/VPinballX/VPinballX_GL</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="VITA3K">
|
<emulator name="VITA3K">
|
||||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -1833,7 +1833,7 @@
|
||||||
<fullname>Visual Pinball</fullname>
|
<fullname>Visual Pinball</fullname>
|
||||||
<path>%ROMPATH%/vpinball</path>
|
<path>%ROMPATH%/vpinball</path>
|
||||||
<extension>.vpt .VPT .vpx .VPX</extension>
|
<extension>.vpt .VPT .vpx .VPX</extension>
|
||||||
<command label="Visual Pinball (Standalone)">PLACEHOLDER %ROM%</command>
|
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -Minimized -Play %ROM%</command>
|
||||||
<platform>vpinball</platform>
|
<platform>vpinball</platform>
|
||||||
<theme>vpinball</theme>
|
<theme>vpinball</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue