madcock / sf2000_multicore_cores

Libretro cores modified to work on the SF2000 multicore loader
GNU General Public License v3.0
44 stars 2 forks source link

Hardcoded core configuration? #92

Closed wolfensg closed 2 months ago

wolfensg commented 3 months ago

That's more a question than the issue. Is there a way to alter the configuration of a core here? It seems that Atari800 core is defaulting to NTSC (and few other settings) which makes it incompatible with PAL based games (in some cases causing speed issues in other crashes) I couldn't find any place where the configuration could be updated.

wolfensg commented 2 months ago

Actually there is config that can be modified located in cores/configs/

Options I recommend (for PAL and modern software)

atari800lib_system = "XE 320K" atari800lib_tvmode = "PAL" atari800lib_internalbasic = "Auto" atari800lib_artifacting = "None" atari800lib_sioaccel = "enabled" atari800lib_leds = "API passthrough"