Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › [SOLVED] Hotkeys configuration : Switch the shaders ingame (Retropie v.3b4) › Reply To: [SOLVED] Hotkeys configuration : Switch the shaders ingame (Retropie v.3b4)
Here, the link to the files :
/opt/retropie/configs/all/retroarch-joypads/USB,2-axis8-buttongamepad.cfg
/opt/retropie/configs/all/retroarch.cfg
I didn’t change anything in the /all/retroarch.cfg. But in /mastersystem/retroarch.cfg, i just did these changes :
#video_shader = /opt/retropie/emulators/retroarch/shader/phosphor.glslp
video_shader_enable = true
I enable the shaders changes and comment the default used shader.
EDIT : After a purge of /tmp : I got a log !!!
/opt/retropie/supplementary/runcommand/runcommand.sh: line 671: 3983 Segmentation fault /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-picodrive/picodrive_libretro.so --config /opt/retropie/configs/mastersystem/retroarch.cfg "/home/pi/RetroPie/roms/mastersystem/Mortal Kombat (UE) [!].sms" --appendconfig /tmp/retroarch.cfg
It seems something wrong occurred during the command execution. I checked all the paths used in the command are correct / exists. (with ls -al <path>)