mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VITA3K">
|
||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||
<rule type="androidpackage">
|
||||
<entry>org.vita3k.emulator/.Emulator</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="YUZU">
|
||||
<!-- Nintendo Switch emulator Yuzu -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
@ -1350,8 +1350,8 @@
|
|||
<name>psvita</name>
|
||||
<fullname>Sony PlayStation Vita</fullname>
|
||||
<path>%ROMPATH%/psvita</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.psvita</extension>
|
||||
<command label="Vita3K (Standalone)">%EMULATOR_VITA3K% %EXTRAARRAY_AppStartParameters%=-r,%INJECT%=%BASENAME%.psvita</command>
|
||||
<platform>psvita</platform>
|
||||
<theme>psvita</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue