BTW we can also have DETECT and default for the cores, like in this:
{
"version": "1.5",
"default_core_path": "$cores/fbneo_libretro.so",
"default_core_name": "Arcade (FinalBurn Neo)",
"label_display_mode": 0,
"right_thumbnail_mode": 2,
"left_thumbnail_mode": 0,
"sort_mode": 0,
"items": [
{
"path": "$roms/fbneo/avspirit.zip",
"label": "Avenging Spirit",
"core_path": "DETECT",
"core_name": "DETECT",
"crc32": "6707417D|crc",
"db_name": "FBNeo - Arcade Games.lpl"
},
]
}
The "core_path": "DETECT"
will then use the default for the playlist at "default_core_path": "$cores/fbneo_libretro.so"
, which means this needs to be edited in only one place. This makes is much more simple and clear to edit. But multi systems are still a pain (if its not automated, my script automates this, no issues there ).