Skip to content

Commit d5f9165

Browse files
authored
Fix retroarch cores in es_find_rules.xml (#1460)
1 parent 60c2c0b commit d5f9165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/emulationstation/custom_systems/es_find_rules.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</emulator>
1616
<core name="RETROARCH">
1717
<rule type="corepath">
18-
<entry>~/.config/retroarch/cores</entry>
18+
<entry>~/.var/app/org.libretro.RetroArch/config/retroarch/cores</entry>
1919
</rule>
2020
</core>
2121
<emulator name="SHADPS4">
@@ -128,4 +128,4 @@
128128
<entry>/run/media/mmcblk0p1/Emulation/tools/launchers/xenia.sh</entry>
129129
</rule>
130130
</emulator>
131-
</ruleList>
131+
</ruleList>

0 commit comments

Comments
 (0)