(macOS) Added support for the Sony PlayStation Vita (psvita) game system

This commit is contained in:
Leon Styhre 2024-12-08 13:40:30 +01:00
parent 2ecf16b747
commit 5671b288af
2 changed files with 8 additions and 2 deletions

View file

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

View file

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