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.
72 lines
2.4 KiB
YAML
72 lines
2.4 KiB
YAML
emulator: Citra
|
|
type: standalone + libretro
|
|
source: "https://github.com/libretro/citra"
|
|
upstream: "https://github.com/citra-emu/citra"
|
|
profiled_date: "2026-03-18"
|
|
core_version: "Git"
|
|
display_name: "Nintendo - 3DS (Citra)"
|
|
cores: [citra]
|
|
systems: [nintendo-3ds]
|
|
|
|
notes: |
|
|
Citra 3DS emulator (pre-Azahar). Data dir: citra-emu.
|
|
HLE for most services — files optional. AES keys most important.
|
|
File locations: sysdata/ for keys/boot/font/seeddb,
|
|
nand/ for NAND filesystem, nand/private/ for movable.sed.
|
|
ref: src/common/common_paths.h:67-70
|
|
|
|
Key file: aes_keys.txt (NOT keys.txt — that's Azahar).
|
|
ref: src/common/common_paths.h:68
|
|
|
|
Azahar fork: see emulators/azahar.yml (uses keys.txt, data dir azahar-emu).
|
|
citra_canary: same repo, see emulators/citra_canary.yml.
|
|
|
|
files:
|
|
# --- sysdata/ directory ---
|
|
- name: "aes_keys.txt"
|
|
path: "sysdata/aes_keys.txt"
|
|
description: "AES encryption keys"
|
|
required: false
|
|
source_ref: "src/common/common_paths.h:68, src/core/hw/aes/key.cpp LoadPresetKeys()"
|
|
notes: "Named aes_keys.txt in libretro/citra (keys.txt in Azahar)"
|
|
|
|
- name: "boot9.bin"
|
|
path: "sysdata/boot9.bin"
|
|
description: "ARM9 bootrom"
|
|
required: false
|
|
source_ref: "src/common/common_paths.h:69"
|
|
|
|
- name: "sector0x96.bin"
|
|
path: "sysdata/sector0x96.bin"
|
|
description: "Secret sector from NAND"
|
|
required: false
|
|
source_ref: "src/common/common_paths.h:70"
|
|
|
|
- name: "shared_font.bin"
|
|
path: "sysdata/shared_font.bin"
|
|
description: "System shared font"
|
|
required: false
|
|
hle_fallback: true
|
|
source_ref: "src/common/common_paths.h:67"
|
|
notes: "HLE fallback if missing"
|
|
|
|
- name: "seeddb.bin"
|
|
path: "sysdata/seeddb.bin"
|
|
description: "Game seed database"
|
|
required: false
|
|
source_ref: "src/core/file_sys/seed_db.cpp:15"
|
|
notes: "Required for some seed-encrypted games (9.6+ titles)"
|
|
|
|
# otp.bin, movable.sed, SecureInfo_A, LocalFriendCodeSeed_B
|
|
# do NOT exist in libretro/citra — they are Azahar-only features
|
|
# (src/core/hw/unique_data.cpp exists in azahar, not in libretro/citra)
|
|
# See emulators/azahar.yml for those files.
|
|
|
|
# --- NAND system archives (installed titles) ---
|
|
- name: "shared font (system archive)"
|
|
path: "nand/ (installed as NCCH title 0004009B00014002)"
|
|
description: "Shared font system archive (JPN/USA/EUR)"
|
|
required: false
|
|
source_ref: "src/core/file_sys/archive_ncch.cpp:161"
|
|
notes: "Region variants: CHN=00014102, KOR=00014202, TWN=00014302"
|