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:
Abdessamad Derraz
2026-03-19 13:17:55 +01:00
parent eb21d214ab
commit e1410ef4a6
3 changed files with 11 additions and 11 deletions
+1
View File
@@ -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"