feat: add emulator/system pack generation, validation checks, path resolution

add --emulator, --system, --standalone, --list-emulators, --list-systems
to verify.py and generate_pack.py. packs are RTU with data directories,
regional BIOS variants, and archive support.

validation: field per file (size, crc32, md5, sha1) with conflict
detection. by_path_suffix index in database.json for regional variant
resolution via dest_hint. restructure GameCube IPL to regional subdirs.

66 E2E tests, full pipeline verified.
This commit is contained in:
Abdessamad Derraz
2026-03-22 14:02:20 +01:00
parent d2adde9846
commit 1d350f0578
21 changed files with 17218 additions and 150 deletions
+7 -1
View File
@@ -1,7 +1,9 @@
emulator: gpSP
type: libretro
core_classification: community_fork
source: "https://github.com/libretro/gpsp"
profiled_date: "2026-03-18"
upstream: "https://github.com/BASLQC/gPSP"
profiled_date: "2026-03-21"
core_version: "Git"
display_name: "Nintendo - Game Boy Advance (gpSP)"
cores:
@@ -35,6 +37,9 @@ notes: |
precise SWI behavior or BIOS checksum verification. The built-in BIOS
works for the vast majority of the GBA library.
Upstream (Exophase v0.9) required the official BIOS with no fallback.
The built-in open-source BIOS is a libretro port addition.
files:
# -------------------------------------------------------
# Game Boy Advance - BIOS (optional, built-in fallback)
@@ -44,6 +49,7 @@ files:
required: false
hle_fallback: true
size: 16384 # 16 KB (0x4000)
validation: [size]
note: "Official GBA BIOS. Built-in open-source BIOS used as fallback. Real BIOS needed for full SWI accuracy and boot logo."
source_ref: "libretro/libretro.c:1111"