Homepage Forums RetroPie Project New to RetroPie? Start Here! Set default filter on startup for retroarch

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108957
    Floob
    Member

    If you want to apply this to ALL RetroArch emulators, edit the retroarch.cfg with this command:
    “sudo nano /opt/retropie/configs/all/retroarch.cfg”

    Then change
    # video_shader_enable = false
    to
    video_shader_enable = true

    And change
    # video_shader = “/path/to/shader.{cg,cgp,glsl,glslp}”
    to
    video_shader = /opt/retropie/emulators/retroarch/shader/hq2x2.glslp

    You may also want to consider changing this from
    video_smooth = true
    to
    video_smooth = false

    depending on how you want the shader to look.

    Make sure you save the file when prompted (press Ctrl-X to exit)

    Or you could consider overlays

    #108958
    rubber84
    Participant

    Thanks. I have realised I made a rookie error and not removed ‘#’ from the command line. Thank you very much

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘New to RetroPie? Start Here!’ is closed to new topics and replies.