mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 14:22:32 -05:00
feat: re-profile 12 emulators, fix dosbox_core regression
batch re-profiled clownmdemu through dosbox_core with upstream verification. restored dosbox_core mt-32/cm-32l rom halves removed by batch (14 files), added core_classification. regenerate database.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
emulator: "Dolphin Launcher"
|
||||
type: launcher
|
||||
core_classification: launcher
|
||||
exclusion_note: "stub core calls standalone Dolphin — all BIOS in Dolphin's own directory"
|
||||
source: "https://github.com/RobLoach/libretro-dolphin-launcher"
|
||||
profiled_date: "2026-03-18"
|
||||
upstream: "https://github.com/dolphin-emu/dolphin"
|
||||
profiled_date: "2026-03-23"
|
||||
core_version: "1.2.0"
|
||||
display_name: "Nintendo - GameCube / Wii (Dolphin Launcher)"
|
||||
cores:
|
||||
@@ -10,15 +12,10 @@ cores:
|
||||
systems: [nintendo-gamecube, nintendo-wii]
|
||||
|
||||
notes: |
|
||||
Launcher stub that passes games to standalone Dolphin (dolphin-emu-nogui,
|
||||
dolphin-emu, or Flatpak org.DolphinEmu.dolphin-emu). The core itself does
|
||||
no emulation - it calls system() with the game path, waits for Dolphin to
|
||||
exit, then signals RETRO_ENVIRONMENT_SHUTDOWN.
|
||||
|
||||
Requires Dolphin installed separately on the host. All BIOS/firmware files
|
||||
(IPL.bin, DSP ROMs, fonts, Wii NAND) are managed by the standalone Dolphin
|
||||
install, not by RetroArch system/. See dolphin.yml for those files.
|
||||
|
||||
No system files, BIOS, or firmware required by this core.
|
||||
Launcher stub that passes games to standalone Dolphin via system() calls.
|
||||
Tries dolphin-emu-nogui, falls back to dolphin-emu, then Flatpak
|
||||
org.DolphinEmu.dolphin-emu. Waits for Dolphin to exit, then signals
|
||||
RETRO_ENVIRONMENT_SHUTDOWN. Requires Dolphin installed on the host.
|
||||
All BIOS/firmware files are managed by the standalone Dolphin install.
|
||||
|
||||
files: []
|
||||
|
||||
Reference in New Issue
Block a user