mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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.
92 lines
2.6 KiB
YAML
92 lines
2.6 KiB
YAML
emulator: Azahar
|
|
type: standalone + libretro
|
|
source: "https://github.com/azahar-emu/azahar"
|
|
upstream: "https://github.com/azahar-emu/azahar"
|
|
profiled_date: "2026-03-18"
|
|
core_version: "Git"
|
|
display_name: "Nintendo - 3DS (Azahar)"
|
|
cores: [azahar]
|
|
systems:
|
|
- nintendo-3ds
|
|
|
|
notes: |
|
|
Azahar is the successor to Citra (via Lime3DS). Different codebase
|
|
from libretro/citra — has additional files not in the old Citra.
|
|
Data dir: azahar-emu (legacy: citra-emu, lime3ds-emu).
|
|
ref: src/common/common_paths.h:41-47
|
|
|
|
Key file: keys.txt (NOT aes_keys.txt like libretro/citra).
|
|
ref: src/common/common_paths.h:83
|
|
|
|
Uses RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY.
|
|
ref: src/citra_libretro/environment.cpp:194
|
|
|
|
.info has firmware_count=0 but core uses system_dir for files.
|
|
|
|
files:
|
|
# --- sysdata/ ---
|
|
- name: keys.txt
|
|
path: sysdata/keys.txt
|
|
system: nintendo-3ds
|
|
required: false
|
|
note: "AES keys (named keys.txt in Azahar, aes_keys.txt in old Citra)"
|
|
source_ref: "src/common/common_paths.h:83, src/core/hw/aes/key.cpp:291"
|
|
|
|
- name: boot9.bin
|
|
path: sysdata/boot9.bin
|
|
system: nintendo-3ds
|
|
required: false
|
|
source_ref: "src/common/common_paths.h:84"
|
|
|
|
- name: sector0x96.bin
|
|
path: sysdata/sector0x96.bin
|
|
system: nintendo-3ds
|
|
required: false
|
|
source_ref: "src/common/common_paths.h:85"
|
|
|
|
- name: shared_font.bin
|
|
path: sysdata/shared_font.bin
|
|
system: nintendo-3ds
|
|
required: false
|
|
hle_fallback: true
|
|
note: "HLE fallback if missing"
|
|
source_ref: "src/common/common_paths.h:82"
|
|
|
|
- name: seeddb.bin
|
|
path: sysdata/seeddb.bin
|
|
system: nintendo-3ds
|
|
required: false
|
|
note: "game seed database for 9.6+ titles"
|
|
source_ref: "src/core/file_sys/seed_db.cpp:15"
|
|
|
|
# --- Azahar-only (not in libretro/citra) ---
|
|
# These require src/core/hw/unique_data.cpp which only exists in Azahar
|
|
|
|
- name: otp.bin
|
|
path: sysdata/otp.bin
|
|
system: nintendo-3ds
|
|
required: false
|
|
note: "OTP data for key derivation. Azahar-only."
|
|
source_ref: "src/core/hw/unique_data.cpp:214"
|
|
|
|
- name: movable.sed
|
|
path: nand/private/movable.sed
|
|
system: nintendo-3ds
|
|
required: false
|
|
note: "console-unique key seed. Azahar-only."
|
|
source_ref: "src/core/hw/unique_data.cpp:218"
|
|
|
|
- name: SecureInfo_A
|
|
path: nand/rw/sys/SecureInfo_A
|
|
system: nintendo-3ds
|
|
required: false
|
|
note: "console serial/region. Azahar-only."
|
|
source_ref: "src/core/hw/unique_data.cpp:206"
|
|
|
|
- name: LocalFriendCodeSeed_B
|
|
path: nand/rw/sys/LocalFriendCodeSeed_B
|
|
system: nintendo-3ds
|
|
required: false
|
|
note: "friend code generation. Azahar-only."
|
|
source_ref: "src/core/hw/unique_data.cpp:210"
|