mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-20 07:42:35 -05:00
feat: 4-source verified emulator profiles (A-E cores)
33 emulator profiles created or updated with systematic verification against libretro docs, .info, core source, and original emulator source code. New profiles: bsnes-jg, bsnes2014, bsnes_cplusplus98, bsnes_hd_beta, bsnes_mercury, citra2018, citra_canary. Key fixes: - dosbox_svn/svn_ce: not aliases of dosbox_core (no MUNT) - beetle_psx: alt_names renamed to aliases (field bug) - dolphin: added 15 Realtek BT firmware for Wiimote passthrough - dosbox_core: added CM-32LN, 13 split ROM pairs for standalone - duckstation: type standalone+libretro, 106 BIOS verified - snes9x/np2kai: formal aliases for alternate filenames
This commit is contained in:
@@ -1,8 +1,27 @@
|
||||
emulator: "dosbox_svn"
|
||||
type: alias
|
||||
alias_of: "dosbox_core"
|
||||
profiled_date: "2026-03-18"
|
||||
emulator: DOSBox-SVN
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/dosbox-svn"
|
||||
upstream: "https://sourceforge.net/projects/dosbox/"
|
||||
profiled_date: "2026-03-19"
|
||||
core_version: "SVN"
|
||||
display_name: "DOS (DOSBox-SVN)"
|
||||
note: "This core uses the same BIOS/firmware as dosbox_core. See emulators/dosbox_core.yml for details."
|
||||
cores: [dosbox_svn]
|
||||
systems: [dos]
|
||||
notes: |
|
||||
DOSBox-SVN is the same codebase as dosbox_svn_ce but builds with a fake
|
||||
SDL shim (WITH_FAKE_SDL=1) instead of real SDL, for broader platform compat.
|
||||
ref: libretro/Makefile.libretro, libretro/fakesdl/
|
||||
|
||||
No MT-32 emulation — no MUNT bundled, no mt32emu, no FluidSynth, no BASS.
|
||||
The src/midi/munt directory referenced in Makefile.common does not exist.
|
||||
MIDI output is hardware-only via fake SDL stubs.
|
||||
ref: src/gui/midi.cpp
|
||||
|
||||
system_directory is read (libretro.cpp:1399) but only logged, never used
|
||||
to load any files.
|
||||
|
||||
NOT an alias of dosbox_core — completely different MIDI capabilities.
|
||||
dosbox_core has MUNT + FluidSynth + BASSMIDI. This core has none.
|
||||
|
||||
files: []
|
||||
# No BIOS, firmware, ROMs, or system files of any kind.
|
||||
|
||||
Reference in New Issue
Block a user