mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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>
|
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="VISUAL-PINBALL">
|
||||||
|
<!-- Pinball simulator Visual Pinball -->
|
||||||
|
<rule type="androidpackage">
|
||||||
|
<entry>org.vpinball.app/.VpxLauncherActivity</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="VITA3K">
|
<emulator name="VITA3K">
|
||||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
|
|
|
@ -1916,8 +1916,8 @@
|
||||||
<name>vpinball</name>
|
<name>vpinball</name>
|
||||||
<fullname>Visual Pinball</fullname>
|
<fullname>Visual Pinball</fullname>
|
||||||
<path>%ROMPATH%/vpinball</path>
|
<path>%ROMPATH%/vpinball</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.vpinball .VPINBALL .vpt .VPT .vpx .VPX</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %DATA%=%ROMSAF%</command>
|
||||||
<platform>vpinball</platform>
|
<platform>vpinball</platform>
|
||||||
<theme>vpinball</theme>
|
<theme>vpinball</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue