feat: add category field to emulator profiles, source missing BIOS

Add category: game_data to sdlpal, nxengine, opentyrian, easyrpg,
mkxp_z profiles. verify.py separates game_data from bios in core
gap metrics for cleaner coverage numbers.

New BIOS files: Cemu fonts (4), QEMU bios-256k + vgabios-stdvga,
GAM4980 ROMs (2), SC-3000 Export variant.
This commit is contained in:
Abdessamad Derraz
2026-03-21 07:31:33 +01:00
parent 13a2938dc7
commit 74f17694c2
17 changed files with 249 additions and 18 deletions

View File

@@ -65,6 +65,7 @@ files:
# ================================================================
- name: "easyrpg.soundfont"
category: game_data
path: "easyrpg.soundfont"
required: false
hle_fallback: true
@@ -81,6 +82,7 @@ files:
# ================================================================
- name: "wildmidi.cfg"
category: game_data
path: "wildmidi.cfg"
required: false
hle_fallback: true
@@ -96,6 +98,7 @@ files:
# ================================================================
- name: "RPG Maker 2000 RTP"
category: game_data
path: "rtp/2000/"
required: false
hle_fallback: true
@@ -115,6 +118,7 @@ files:
# ================================================================
- name: "RPG Maker 2003 RTP"
category: game_data
path: "rtp/2003/"
required: false
hle_fallback: true