feat: add hle_fallback to 9 emulator profiles

Marked files with HLE fallback based on source code analysis:
- desmume: 3 files (NDSSystem.cpp fake BIOS generation)
- dolphin: 31 files (HLE for IPL, DSP, fonts, Wii system)
- pcsx_rearmed: 7 files (psxbios.c full HLE replacement)
- easyrpg: 4 files (RTP and soundfonts optional)
- dosbox_core: all MT-32/soundfont/BASS files
- dosbox_pure: all MT-32/soundfont files
- boytacean: 8 boot ROMs (open-source embedded in binary)
- citra: shared_font.bin only (HLE for font rendering)
- azahar: shared_font.bin only

Not modified (no HLE): beetle_psx, duckstation, ecwolf, emuscv.
This commit is contained in:
Abdessamad Derraz
2026-03-19 12:55:03 +01:00
parent d5daf98e5e
commit 69ac957a3c
9 changed files with 105 additions and 0 deletions
+4
View File
@@ -67,6 +67,7 @@ files:
- name: "easyrpg.soundfont"
path: "easyrpg.soundfont"
required: false
hle_fallback: true
source_ref: "decoder_fluidsynth.cpp:125, scene_logo.cpp:261"
note: >
General MIDI soundfont (SF2 format) for MIDI music playback. Many RPG
@@ -82,6 +83,7 @@ files:
- name: "wildmidi.cfg"
path: "wildmidi.cfg"
required: false
hle_fallback: true
source_ref: "decoder_wildmidi.cpp:103-104"
note: >
WildMidi configuration file pointing to GUS patch sets for MIDI
@@ -96,6 +98,7 @@ files:
- name: "RPG Maker 2000 RTP"
path: "rtp/2000/"
required: false
hle_fallback: true
type: directory
source_ref: "filefinder_rtp.cpp:73-74"
note: >
@@ -114,6 +117,7 @@ files:
- name: "RPG Maker 2003 RTP"
path: "rtp/2003/"
required: false
hle_fallback: true
type: directory
source_ref: "filefinder_rtp.cpp:73-74"
note: >