I’ve tried all the day to override a core option with appendconfig but it doesn’t work. My goal is to launch genesis plus gx core with pal option for pal game (with default the game is launched in ntsc if the game is multi-region).
I’ve creatd a option file to override the option core corresponding to this
genesis_plus_gx_opt_over_region_eur.cfg
The file contains this :
genesis_plus_gx_region_detect = "pal"
When i launch retroarch the file is correclty found as i can see in debug log :
[INFO] [Config]: loading config from: E:\Emu\Programs\RetroArch\config\genesis_plus_gx\genesis_plus_gx.cfg. [INFO] Config: appending config "E:\Emu\Programs\RetroArch\config\genesis_plus_gx\genesis_plus_gx_opt_over_region_jap.cfg" [INFO] Loading dynamic libretro core from: "E:\Emu\Programs\RetroArch\cores\genesis_plus_gx_libretro.dll" [INFO] [overrides] no core-specific overrides found at E:\Emu\Programs\RetroArch\config\Genesis Plus GX\Genesis Plus GX.cfg. [INFO] [overrides] no game-specific overrides found at E:\Emu\Programs\RetroArch\config\Genesis Plus GX\Sonic The Hedgehog (JAP).cfg. [INFO] Shaders: preset directory: E:\Emu\Programs\RetroArch\shaders\presets [INFO] Shaders: no game-specific preset found at E:\Emu\Programs\RetroArch\shaders\presets\Genesis Plus GX\Sonic The Hedgehog (JAP).cgp. [INFO] Shaders: no game-specific preset found at E:\Emu\Programs\RetroArch\shaders\presets\Genesis Plus GX\Sonic The Hedgehog (JAP).glslp. [INFO] Shaders: no core-specific preset found at E:\Emu\Programs\RetroArch\shaders\presets\Genesis Plus GX\Genesis Plus GX.cgp. [INFO] Shaders: no core-specific preset found at E:\Emu\Programs\RetroArch\shaders\presets\Genesis Plus GX\Genesis Plus GX.glslp. [INFO] Environ SET_VARIABLES. [INFO] Environ SET_CONTROLLER_INFO.
But later in log i can see that the core option is not overrided :
[INFO] Environ GET_VARIABLE genesis_plus_gx_region_detect: [INFO] auto
Did i do something wrong?