Skip to content

Commit

Permalink
PS4 ESDE
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 26, 2024
1 parent 2f81d19 commit db7b735
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/emulationstation/custom_systems/es_find_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<entry>%ESPATH%\..\Emulators\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
</rule>
</emulator>
<emulator name="SHADPS4">
<!-- PS4 emulator ShadPS4 -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\shadps4-qt\shadps4.exe</entry>
<entry>%ESPATH%\..\Emulators\shadps4-qt\shadps4.exe</entry>
</rule>
</emulator>
<emulator name="CITRA">
<!-- Nintendo 3DS emulator Citra -->
<rule type="staticpath">
Expand Down
9 changes: 9 additions & 0 deletions configs/emulationstation/custom_systems/es_systems.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
<platform>ps3</platform>
<theme>ps3</theme>
</system>
<system>
<name>ps4</name>
<fullname>Sony PlayStation 4</fullname>
<path>%ROMPATH%\ps4</path>
<extension>.lnk .LNK</extension>
<command label="ShadPS4 Shortcut (Standalone)">%EMULATOR_RPCS3% %ROM%</command>
<platform>ps4</platform>
<theme>ps4</theme>
</system>
<system>
<name>ps3-shortcut</name>
<fullname>Sony PlayStation 3 - Shortcut Games</fullname>
Expand Down
5 changes: 5 additions & 0 deletions configs/emulationstation/gamelists/ps4/gamelist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<alternativeEmulator>
<label>ShadPS4 Shortcut (Standalone)</label>
</alternativeEmulator>
<gameList />

0 comments on commit db7b735

Please sign in to comment.