mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added PS4/SHADPS4 in es_find_rules and es_systems
This commit is contained in:
parent
e00dfab953
commit
f2200dfff3
|
@ -477,6 +477,12 @@
|
||||||
<entry>~/bin/sdl2trs/sdl2trs</entry>
|
<entry>~/bin/sdl2trs/sdl2trs</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="SHADPS4">
|
||||||
|
<!-- Sony PlayStation 4 emulator SHADPS4 RetroDECK -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>shadps4</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="SHEEPSHAVER">
|
<emulator name="SHEEPSHAVER">
|
||||||
<!-- Apple Macintosh PowerPC emulator SheepShaver -->
|
<!-- Apple Macintosh PowerPC emulator SheepShaver -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -1551,8 +1551,8 @@
|
||||||
<name>ps4</name>
|
<name>ps4</name>
|
||||||
<fullname>Sony PlayStation 4</fullname>
|
<fullname>Sony PlayStation 4</fullname>
|
||||||
<path>%ROMPATH%/ps4</path>
|
<path>%ROMPATH%/ps4</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.pkg .PKG</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<command label="SHADPS4">%EMULATOR_SHADPS4% %ROM%</command>
|
||||||
<platform>ps4</platform>
|
<platform>ps4</platform>
|
||||||
<theme>ps4</theme>
|
<theme>ps4</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue