Added experimental support for Vita3K for the psvita system on Unix and Windows.

This commit is contained in:
Leon Styhre 2022-06-28 17:07:52 +02:00
parent 314f6b1151
commit c2b9b4bf2c
6 changed files with 42 additions and 4 deletions

View file

@ -54,6 +54,7 @@ Emulators\scummvm\scummvm.exe
Emulators\snes9x\snes9x-x64.exe
Emulators\Supermodel\Supermodel.exe
Emulators\VBA-M\visualboyadvance-m.exe
Emulators\Vita3K\Vita3K.exe
Emulators\xemu\xemu.exe
Emulators\xenia\xenia.exe
Emulators\yuzu\yuzu-windows-msvc\yuzu.exe

View file

@ -378,6 +378,18 @@
<entry>visualboyadvance-m</entry>
</rule>
</emulator>
<emulator name="VITA3K">
<!-- Sony PlayStation Vita emulator Vita3K -->
<rule type="systempath">
<entry>vita3k</entry>
<entry>Vita3K</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/Vita3K/Vita3K</entry>
<entry>~/.local/bin/Vita3K/Vita3K</entry>
<entry>~/bin/Vita3K/Vita3K</entry>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="systempath">

View file

@ -1075,8 +1075,9 @@
<name>psvita</name>
<fullname>Sony PlayStation Vita</fullname>
<path>%ROMPATH%/psvita</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.psvita .PSVITA .desktop</extension>
<command label="Vita3K Title ID (Standalone)">%EMULATOR_VITA3K% -r %BASENAME%</command>
<command label="Vita3K Shortcut (Standalone)">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<platform>psvita</platform>
<theme>psvita</theme>
</system>

View file

@ -410,6 +410,19 @@
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
</rule>
</emulator>
<emulator name="VITA3K">
<!-- Sony PlayStation Vita emulator Vita3K -->
<rule type="systempath">
<entry>Vita3K.exe</entry>
</rule>
<rule type="staticpath">
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Vita3K\Vita3K.exe</entry>
<entry>%ESPATH%\Vita3K\Vita3K.ex</entry>
<entry>%ESPATH%\..\Vita3K\Vita3K.ex</entry>
</rule>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="systempath">

View file

@ -269,6 +269,16 @@
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
</rule>
</emulator>
<emulator name="VITA3K">
<!-- Sony PlayStation Vita emulator Vita3K -->
<rule type="staticpath">
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Vita3K\Vita3K.exe</entry>
<entry>%ESPATH%\Vita3K\Vita3K.ex</entry>
<entry>%ESPATH%\..\Vita3K\Vita3K.ex</entry>
</rule>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="staticpath">

View file

@ -1073,8 +1073,9 @@
<name>psvita</name>
<fullname>Sony PlayStation Vita</fullname>
<path>%ROMPATH%\psvita</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.psvita .PSVITA .lnk .LNK</extension>
<command label="Vita3K Title ID (Standalone)">%EMULATOR_VITA3K% -r %BASENAME%</command>
<command label="Vita3K Shortcut (Standalone)">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
<platform>psvita</platform>
<theme>psvita</theme>
</system>