Skip to content

Lime3DS - RetroBIOS

Type standalone
Classification Community forks
Source https://github.com/Lime3DS/lime3ds-archive
Version 2119.1
Profiled 2026-08-08
Cores lime3ds, lime3ds-gui, lime-qt
Systems nintendo-3ds
Technical notes

Fork of Citra, discontinued at 2119.1. Data dir: lime3ds-emu on Linux, Lime3DS on Windows and macOS, with citra-emu and Citra kept as legacy locations. External files live in sysdata/ and nand/. ref: src/common/common_paths.h:18-32, src/common/file_util.cpp:834-835

InitKeys reads boot9.bin then aes_keys.txt. Encrypted content needs one of the two files. ref: src/core/hw/aes/key.cpp:313-322

System archives (shared font, Mii data, country list, bad word list) have open-source replacements embedded in the binary. ref: src/core/file_sys/archive_ncch.cpp:144-170

The embedded shared font only covers title low ID 0x00014002. CHN, KOR and TWN resolve to 0x00014102, 0x00014202 and 0x00014302, which fall through to shared_font.bin and then to ErrorSystemFiles. ref: src/core/hle/service/apt/apt.cpp:213, src/core/hle/service/apt/apt.cpp:284-290

ClCertA is decrypted from the NAND archive with the KeySlot 0x0D normal key, and HTTPS requests stay unauthenticated when either is unavailable. ref: src/core/hle/service/http/http_c.cpp:1963-1999

System titles are downloaded and installed in-app from the Nintendo CDN, so the NAND title tree is not user-supplied. ref: src/core/nus_download.cpp:13, src/core/hle/service/am/am.cpp:536

DumpKeys.gm9, a GodMode9 script producing aes_keys.txt and seeddb.bin, ships in the tree. ref: dist/dumpkeys/README.md

sector0x96.bin is defined but read by no code path. ref: src/common/common_paths.h:70

mcu.dat holds per-installation MCU state that the emulator writes itself when the file is absent. ref: src/core/hle/service/cfg/cfg.cpp:734-756

7 files | 0 required, 7 optional | 7 in repo, 0 missing | 1 with HLE fallback

aes_keys.txt optional in repo

boot9.bin optional in repo

shared_font.bin optional in repo HLE fallback

seeddb.bin optional in repo

CTCert.bin optional in repo

SecureInfo_A optional in repo

LocalFriendCodeSeed_B optional in repo

Generated on 2026-08-23T16:12:06Z