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

@@ -76,6 +76,7 @@ files:
# ================================================================
- name: "RPG Maker XP RTP (Standard)"
category: game_data
path: "mkxp-z/RTP/Standard/"
required: false
type: directory
@@ -93,6 +94,7 @@ files:
# ================================================================
- name: "RPG Maker VX RTP (RPGVX)"
category: game_data
path: "mkxp-z/RTP/RPGVX/"
required: false
type: directory
@@ -109,6 +111,7 @@ files:
# ================================================================
- name: "RPG Maker VX Ace RTP (RPGVXAce)"
category: game_data
path: "mkxp-z/RTP/RPGVXAce/"
required: false
type: directory