mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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>
|
||||
</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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue