Core Options Settings

Hi,

Is it possible to set your core options in the retroarch.cfg file, or must they exist in a file that is set here core_options_path =

Just interested if I could set these outside of retroarch-core-options.cfg

Thanks

separate file only. what is it you’re wanting to accomplish?

I have found that some settings stop certain games working, such as: pcsx_rearmed_pad1type = “analog” means that non analog controllers wont work on games like Crash Bandicoot.

So it would be good to be able to set it on a per game basis. I guess I could do it by setting a different core_options_path = in the rom specific retroarch.cfg

Yep, that’s the best way :slight_smile:

A trick you can do is set core_options_path = .\retroarch.cfg. That way core options will be written and read from the same config file as RetroArch options.

Thanks for the tip.