Homepage Forums RetroPie Project Video Output on RetroPie Overlays makes games crash Reply To: Overlays makes games crash

#98609
patl
Participant

I think the problem is the file path information in your retroarch.cfg
This entry in the config works for me:
input_overlay = /opt/retropie/emulators/retroarch/overlays/wii/scanlines.cfg

You cannot only write :
input_overlay = wii/canlines.cfg
or so.

edit:
I see there is also an entry in the config:
overlay_directory
But this don’t work for me if I only set a path here and select the
image via input_overlay.
Only a full File path as described above works for me.