mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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.
18 lines
647 B
YAML
18 lines
647 B
YAML
emulator: DeSmuME 2015
|
|
type: libretro
|
|
source: "https://github.com/libretro/desmume2015"
|
|
profiled_date: "2026-03-19"
|
|
core_version: "SVN (2015 snapshot)"
|
|
display_name: "Nintendo - DS (DeSmuME 2015)"
|
|
cores: [desmume2015]
|
|
systems: [nintendo-ds]
|
|
exclusion_note: ".info declares firmware_count=3 but code never loads external BIOS (desmume_use_external_bios absent)"
|
|
|
|
notes: |
|
|
Frozen 2015 snapshot of DeSmuME. The external BIOS loading feature
|
|
(desmume_use_external_bios) does NOT exist in this version.
|
|
Verified: libretro.cpp has no bios7/bios9/firmware path construction.
|
|
ref: desmume2015/desmume/src/frontend/libretro/libretro.cpp
|
|
|
|
files: []
|