mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
feat: standalone emulator support for batocera and multi-platform name mapping
resolve_platform_cores() builds reverse index from profile cores: field, fixing 17 name mismatches across Batocera, RetroBat, and Recalbox (genesisplusgx, pce_fast, pcfx, vb, mame078plus, vice cores, etc.). standalone_path field on file entries + standalone_cores on platform YAMLs enable mode-aware pack generation. find_undeclared_files() uses standalone_path for cores the platform runs standalone, filters by mode: libretro/standalone per file. batocera.yml gains standalone_cores (92 entries from configgen-defaults). generate_readme.py dynamically lists platforms from registry. 3 profiles updated for standalone type/path (mame, hatari, mupen64plus_next). 78 E2E tests pass, pipeline verified.
This commit is contained in:
@@ -5,6 +5,87 @@ source: "https://raw.githubusercontent.com/batocera-linux/batocera.linux/master/
|
||||
base_destination: bios
|
||||
hash_type: md5
|
||||
verification_mode: md5
|
||||
standalone_cores:
|
||||
- abuse
|
||||
- azahar
|
||||
- bstone
|
||||
- cannonball
|
||||
- catacombgl
|
||||
- cdogs
|
||||
- cemu
|
||||
- cgenius
|
||||
- citron
|
||||
- clk
|
||||
- corsixth
|
||||
- demul
|
||||
- devilutionx
|
||||
- dhewm3
|
||||
- dolphin
|
||||
- dxx-rebirth
|
||||
- easyrpg
|
||||
- ecwolf
|
||||
- eduke32
|
||||
- eka2l1
|
||||
- etlegacy
|
||||
- fallout1-ce
|
||||
- fallout2-ce
|
||||
- flatpak
|
||||
- fury
|
||||
- gsplus
|
||||
- gzdoom
|
||||
- hcl
|
||||
- hurrican
|
||||
- hypseus-singe
|
||||
- ikemen
|
||||
- ioquake3
|
||||
- iortcw
|
||||
- jazz2-native
|
||||
- lexaloffle
|
||||
- lindbergh-loader
|
||||
- mame
|
||||
- model2emu
|
||||
- moonlight
|
||||
- mupen64plus
|
||||
- odcommander
|
||||
- openbor
|
||||
- openjazz
|
||||
- openjk
|
||||
- openjkdf2
|
||||
- openmohaa
|
||||
- pcsx2
|
||||
- play
|
||||
- ppsspp
|
||||
- pygame
|
||||
- pyxel
|
||||
- raze
|
||||
- rpcs3
|
||||
- ruffle
|
||||
- samcoupe
|
||||
- scummvm
|
||||
- sdlpop
|
||||
- shadps4
|
||||
- solarus
|
||||
- sonic-mania
|
||||
- sonic2013
|
||||
- sonic3-air
|
||||
- steam
|
||||
- supermodel
|
||||
- taradino
|
||||
- theforceengine
|
||||
- thextech
|
||||
- tr1x
|
||||
- tr2x
|
||||
- tsugaru
|
||||
- tyrian
|
||||
- uqm
|
||||
- vice
|
||||
- vita3k
|
||||
- vpinball
|
||||
- x16emu
|
||||
- xash3d_fwgs
|
||||
- xemu
|
||||
- xenia-canary
|
||||
- yquake2
|
||||
cores:
|
||||
- 81
|
||||
- a5200
|
||||
|
||||
Reference in New Issue
Block a user