mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-25 12:32:49 +00:00
fix: filter baseline by platform-scoped cores, include retroarch cores in emudeck targets
This commit is contained in:
parent
6402b77374
commit
0a1880f606
5 changed files with 547 additions and 67 deletions
|
|
@ -394,8 +394,10 @@ def verify_platform(
|
|||
validation_index = _build_validation_index(profiles)
|
||||
|
||||
# Filter systems by target
|
||||
plat_cores = resolve_platform_cores(config, profiles) if target_cores else None
|
||||
verify_systems = filter_systems_by_target(
|
||||
config.get("systems", {}), profiles, target_cores,
|
||||
platform_cores=plat_cores,
|
||||
)
|
||||
|
||||
# Per-entry results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue