mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added experimental support for Vita3K for the psvita system on Unix and Windows.
This commit is contained in:
parent
314f6b1151
commit
c2b9b4bf2c
|
@ -54,6 +54,7 @@ Emulators\scummvm\scummvm.exe
|
||||||
Emulators\snes9x\snes9x-x64.exe
|
Emulators\snes9x\snes9x-x64.exe
|
||||||
Emulators\Supermodel\Supermodel.exe
|
Emulators\Supermodel\Supermodel.exe
|
||||||
Emulators\VBA-M\visualboyadvance-m.exe
|
Emulators\VBA-M\visualboyadvance-m.exe
|
||||||
|
Emulators\Vita3K\Vita3K.exe
|
||||||
Emulators\xemu\xemu.exe
|
Emulators\xemu\xemu.exe
|
||||||
Emulators\xenia\xenia.exe
|
Emulators\xenia\xenia.exe
|
||||||
Emulators\yuzu\yuzu-windows-msvc\yuzu.exe
|
Emulators\yuzu\yuzu-windows-msvc\yuzu.exe
|
||||||
|
|
|
@ -378,6 +378,18 @@
|
||||||
<entry>visualboyadvance-m</entry>
|
<entry>visualboyadvance-m</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="XEMU">
|
||||||
<!-- Microsoft Xbox emulator xemu -->
|
<!-- Microsoft Xbox emulator xemu -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -1075,8 +1075,9 @@
|
||||||
<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 .PSVITA .desktop</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<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>
|
<platform>psvita</platform>
|
||||||
<theme>psvita</theme>
|
<theme>psvita</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -410,6 +410,19 @@
|
||||||
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
|
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="XEMU">
|
||||||
<!-- Microsoft Xbox emulator xemu -->
|
<!-- Microsoft Xbox emulator xemu -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -269,6 +269,16 @@
|
||||||
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
|
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="XEMU">
|
||||||
<!-- Microsoft Xbox emulator xemu -->
|
<!-- Microsoft Xbox emulator xemu -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -1073,8 +1073,9 @@
|
||||||
<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 .PSVITA .lnk .LNK</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<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>
|
<platform>psvita</platform>
|
||||||
<theme>psvita</theme>
|
<theme>psvita</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue