(macOS) Added support for the Visual Pinball (vpinball) game system

This commit is contained in:
Leon Styhre 2023-11-13 20:53:30 +01:00
parent 0b674a0c6c
commit dcf8e922f3
2 changed files with 7 additions and 1 deletions

View file

@ -370,6 +370,12 @@
<entry>/usr/local/bin/xvic</entry>
</rule>
</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">
<!-- Microsoft Xbox emulator xemu -->
<rule type="staticpath">

View file

@ -1962,7 +1962,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% -play %ROM%</command>
<platform>vpinball</platform>
<theme>vpinball</theme>
</system>