Eden - RetroBIOS¶
Technical notes
Eden is a standalone Nintendo Switch emulator, community fork of yuzu by Camille LaVey. Firmware (system NCAs) must be installed through Eden's UI from a firmware ZIP or NCA folder. Required for commercial games. Homebrew (.nro, .nso) can run without keys or firmware.
5 files | 1 required, 4 optional | 5 in repo, 0 missing
prod.keys required in repo standalone
- Path:
switch/ - Source:
src/core/crypto/key_manager.cpp:574-575,src/core/crypto/key_manager.cpp:853 - Platforms: emudeck
- Production keys for NCA decryption (master, key area, header, titlekek)
dev.keys optional in repo standalone
- Path:
switch/ - Source:
src/core/crypto/key_manager.cpp:570-571,src/core/crypto/key_manager.cpp:852 - Development-unit keys, read instead of prod.keys when use_dev_keys is set
title.keys optional in repo standalone
- Path:
switch/ - Source:
src/core/crypto/key_manager.cpp:577-578,src/core/crypto/key_manager.cpp:850 - Per-title encryption keys (rights_id to titlekey mappings)
console.keys optional in repo standalone
- Path:
switch/ - Source:
src/core/crypto/key_manager.cpp:579-580 - Console-specific keys (BIS, SD seed)
key_retail.bin optional in repo standalone
- Path:
switch/ - Size: 160 B
- Source:
src/core/hle/service/nfc/common/amiibo_crypto.cpp:281-302 - Amiibo decryption keys (two InternalKey structs, 0x50 bytes each)
Generated on 2026-08-23T16:12:06Z