mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-20 15:52:35 -05:00
fix: exclusion reasons from YAML, not hardcoded in Python
Added exclusion_note field to emulator profiles. verify.py reads this field instead of parsing notes text with fragile keywords. desmume2015: explains .info vs code discrepancy dolphin_launcher: explains standalone BIOS management All exclusion messages now come from YAML data, not Python strings.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
emulator: "Dolphin Launcher"
|
||||
type: launcher
|
||||
exclusion_note: "stub core calls standalone Dolphin — all BIOS in Dolphin's own directory"
|
||||
source: "https://github.com/RobLoach/libretro-dolphin-launcher"
|
||||
profiled_date: "2026-03-18"
|
||||
core_version: "1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user