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

This commit is contained in:
Leon Styhre 2024-06-08 11:07:59 +02:00
parent 7a8c9aa2fa
commit 10376700bc
2 changed files with 8 additions and 2 deletions

View file

@ -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">

View file

@ -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>