#16078
morias
Participant

This is some homework for me tonight. I read this page before, but I have read it a little closer now.

https://github.com/libretro/RetroArch/wiki/RGUI

It says:

When you apply shaders, the RGUI shader settings are saved to a temporary file (either rgui.cgp or rgui.glslp) and loaded. The file persists after RetroArch exits. The file is saved to video_shader_dir directory in config. If you always want to load the RGUI preset on bootup, you can set video_shader option to this file.

Further it says:

While you are changing settings in runtime, they are not saved to disk afterwards on PC by default. If you want RetroArch to automatically write back the config, either set config_save_on_exit = true in config, or enable this under Settings -> Config Save On Exit from within RGUI.

I will see if this fixes my problem and report back.