mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Android) Added support for the psvita system
This commit is contained in:
parent
5453aeffb8
commit
358890bc89
|
@ -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">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue