mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
feat: re-profile 22 emulators, refactor validation to common.py
batch re-profiled nekop2 through pokemini. mupen64plus renamed to mupen64plus_next. new profiles: nes, mupen64plus_next. validation functions (_build_validation_index, check_file_validation) consolidated in common.py — single source of truth for verify.py and generate_pack.py. pipeline 100% consistent on all 6 platforms.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
emulator: Pascal Pong
|
||||
type: game
|
||||
source: "https://github.com/libretro/libretro-pong"
|
||||
profiled_date: "2026-03-18"
|
||||
core_classification: pure_libretro
|
||||
source: "https://github.com/libretro/pascal-pong-libretro"
|
||||
upstream: "https://github.com/libretro/pascal-pong-libretro"
|
||||
profiled_date: "2026-03-24"
|
||||
core_version: "v1.0"
|
||||
display_name: "PascalPong"
|
||||
cores: [pascal_pong]
|
||||
systems: []
|
||||
files: []
|
||||
notes: >
|
||||
Pong clone written in Pascal as a libretro core demonstration.
|
||||
Self-contained with all rendering done programmatically.
|
||||
No content file, BIOS, or system directory files required.
|
||||
Pong clone written in Pascal for libretro. Self-contained,
|
||||
all assets embedded in the binary. No external files loaded.
|
||||
|
||||
Reference in New Issue
Block a user