mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SHADPS4">
|
||||
<!-- Sony PlayStation 4 emulator SHADPS4 RetroDECK -->
|
||||
<rule type="systempath">
|
||||
<entry>shadps4</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SHEEPSHAVER">
|
||||
<!-- Apple Macintosh PowerPC emulator SheepShaver -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1551,8 +1551,8 @@
|
|||
<name>ps4</name>
|
||||
<fullname>Sony PlayStation 4</fullname>
|
||||
<path>%ROMPATH%/ps4</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.pkg .PKG</extension>
|
||||
<command label="SHADPS4">%EMULATOR_SHADPS4% %ROM%</command>
|
||||
<platform>ps4</platform>
|
||||
<theme>ps4</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue