mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Android) Added support for the Visual Pinball (vpinball) game system
This commit is contained in:
parent
7a8c9aa2fa
commit
10376700bc
|
@ -357,6 +357,12 @@
|
|||
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VISUAL-PINBALL">
|
||||
<!-- Pinball simulator Visual Pinball -->
|
||||
<rule type="androidpackage">
|
||||
<entry>org.vpinball.app/.VpxLauncherActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VITA3K">
|
||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
@ -1916,8 +1916,8 @@
|
|||
<name>vpinball</name>
|
||||
<fullname>Visual Pinball</fullname>
|
||||
<path>%ROMPATH%/vpinball</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.vpinball .VPINBALL .vpt .VPT .vpx .VPX</extension>
|
||||
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %DATA%=%ROMSAF%</command>
|
||||
<platform>vpinball</platform>
|
||||
<theme>vpinball</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue