mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
(macOS) Added support for the Visual Pinball (vpinball) game system
This commit is contained in:
parent
0b674a0c6c
commit
dcf8e922f3
|
@ -370,6 +370,12 @@
|
||||||
<entry>/usr/local/bin/xvic</entry>
|
<entry>/usr/local/bin/xvic</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="VISUAL-PINBALL">
|
||||||
|
<!-- Pinball simulator Visual Pinball -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/Applications/VPinballX_GL.app/Contents/MacOS/VPinballX_GL</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="XEMU">
|
<emulator name="XEMU">
|
||||||
<!-- Microsoft Xbox emulator xemu -->
|
<!-- Microsoft Xbox emulator xemu -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -1962,7 +1962,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% -play %ROM%</command>
|
||||||
<platform>vpinball</platform>
|
<platform>vpinball</platform>
|
||||||
<theme>vpinball</theme>
|
<theme>vpinball</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue