Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84250
    rickandersen
    Participant

    I have updated my controller configuration so that I can hit “SELECT” + the Left/Right trigger button to save/load the state of the game. When I use that combination though it is also switching the shader being used. How do I change that so those buttons don’t affect the shader as well?

    #84251
    Floob
    Member

    Presumably you have these lines set:

    input_shader_next_btn = “?”
    input_shader_prev_btn = “?”

    Check for them in your autoload files:
    /opt/retropie/emulators/RetroArch/configs/

    and your main retroarch file:
    /opt/retropie/configs/all/retroarch.cfg

    and your system specific files:
    /opt/retropie/configs/{systemname}/retroarch.cfg

    #84253
    rickandersen
    Participant

    I was under the impression that the config file in the “all” directory overrode any of the other configs. Is that not correct?

    #84256
    Floob
    Member

    The default behaviour is for the one in the “all” directory to get loaded first, it then imports the autoconfig controller file, and that is likely to overwrite or at best conflict with the “all” file – so you dont really want anything duplicated in that. You can of course not use the autoconfig files if you dont want.

    Then lastly the system specific file gets imported which would overwrite anything in the previous two.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.