mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +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>
|
||||
</rule>
|
||||
</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">
|
||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1833,7 +1833,7 @@
|
|||
<fullname>Visual Pinball</fullname>
|
||||
<path>%ROMPATH%/vpinball</path>
|
||||
<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>
|
||||
<theme>vpinball</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue