14 Feb 2019, 18:57

@elgregou tu a une possibiliter de sauvegarde de configuration par jeux dans le menu retroarch via l'option configuration overide

Override Configs¶

The override system activates on loading of content. RetroArch looks for configs with the logic as explained previously.
Per Core/Game Overrides¶

    Load retroarch.cfg
        Apply name-of-core.cfg
            Apply "name-of-game".cfg

Per Core Override

    "name-of-core".cfg (located in "/config/"corename"/"name-of-core.cfg". This path is set under Settings->Directory->Config)

These settings files are created from the Quick Menu -> Save Core Overrides option and contain ANY (supported) settings you have changed since loading content. These settings will be loaded every time you load content with that core.

Per Game Override

    "name-of-game".cfg (located with per core override file)

These settings files are created as above with the Quick Menu -> Save Game Overrides. The settings will take precedence over "name-of-core".cfg

un peu plus d'infos : https://docs.libretro.com/guides/overrides/