mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 22:32:31 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user