mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user