mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
(macOS) Added support for the Sony PlayStation Vita (psvita) game system
This commit is contained in:
parent
2ecf16b747
commit
5671b288af
|
@ -408,6 +408,12 @@
|
|||
<entry>/Applications/VPinballX_GL.app/Contents/MacOS/VPinballX_GL</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VITA3K">
|
||||
<!-- Sony PlayStation Vita emulator Vita3K -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/Vita3K.app/Contents/MacOS/Vita3K</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -1536,8 +1536,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% -r %INJECT%=%BASENAME%.psvita</command>
|
||||
<platform>psvita</platform>
|
||||
<theme>psvita</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue