mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
verify.py now simulates each platform's exact BIOS check behavior: - RetroArch: existence only (core_info.c path_is_valid) - Batocera: MD5 + checkInsideZip, no required distinction - Recalbox: MD5 + mandatory/hashMatchMandatory, 3-level severity Per-file required/optional from platform YAMLs now affects severity: - CRITICAL: required file missing or bad hash (md5 platforms) - WARNING: optional missing or hash mismatch - INFO: optional missing on existence-only platforms - OK: verified Cross-references emulator profiles to list undeclared files used by cores available on each platform (420 for Batocera, 465 for RetroArch). Verified against source code: - Batocera: batocera-systems:967-1091 (BiosStatus, checkBios, checkInsideZip) - Recalbox: Bios.cpp:109-130 (mandatory, hashMatchMandatory, Green/Yellow/Red) - RetroArch: .info firmware_opt (existence check only)