(Android) Added support for the psvita system

This commit is contained in:
Leon Styhre 2024-02-06 19:02:37 +01:00
parent 5453aeffb8
commit 358890bc89
2 changed files with 8 additions and 2 deletions

View file

@ -191,6 +191,12 @@
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry> <entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="VITA3K">
<!-- Sony PlayStation Vita emulator Vita3K -->
<rule type="androidpackage">
<entry>org.vita3k.emulator/.Emulator</entry>
</rule>
</emulator>
<emulator name="YUZU"> <emulator name="YUZU">
<!-- Nintendo Switch emulator Yuzu --> <!-- Nintendo Switch emulator Yuzu -->
<rule type="androidpackage"> <rule type="androidpackage">

View file

@ -1350,8 +1350,8 @@
<name>psvita</name> <name>psvita</name>
<fullname>Sony PlayStation Vita</fullname> <fullname>Sony PlayStation Vita</fullname>
<path>%ROMPATH%/psvita</path> <path>%ROMPATH%/psvita</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.psvita</extension>
<command>PLACEHOLDER %ROM%</command> <command label="Vita3K (Standalone)">%EMULATOR_VITA3K% %EXTRAARRAY_AppStartParameters%=-r,%INJECT%=%BASENAME%.psvita</command>
<platform>psvita</platform> <platform>psvita</platform>
<theme>psvita</theme> <theme>psvita</theme>
</system> </system>