Skip to content

Commit ccae37c

Browse files
committed
Add notes for "Eden".
1 parent 4532762 commit ccae37c

File tree

4 files changed

+67
-0
lines changed

4 files changed

+67
-0
lines changed

content/notes/Eden/Games.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "Eden > Games"
3+
+++
4+
5+
See also the [parent note](@/notes/Eden/_index.md).
6+
7+
The following are the games that I have run using the Eden emulator:
8+
9+
- [The Legend of Zelda: Breath of the Wild](@/notes/The_Legend_of_Zelda_Breath_of_the_Wild/_index.md)

content/notes/Eden/Quickstart.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
+++
2+
title = "Eden > Quickstart"
3+
+++
4+
5+
See also the [parent note](@/notes/Eden/_index.md).
6+
7+
To start emulating Nintendo Switch games via Eden, you will need
8+
9+
- Encryption keys
10+
- Nintendo Switch firmware
11+
- Game files
12+
13+
At the time of writing, Eden supports Nintendo Switch firmware up to version 19.0.1. You need to make sure the encryption keys and the firmware files are for the same version.
14+
15+
You can get the encryption keys from [Prodkeys](https://prodkeys.net). Choose Yuzu on the main page, then choose a version of the encryption keys. Put the keys into the `~/.local/share/eden/keys` folder.
16+
17+
You can get the firmware from [Zoria's repo](https://github.com/THZoria/NX_Firmware/releases). Install it via *Tools > Install Firmware* in Eden.
18+
19+
You can get the games (in either NSP or XCI formats) from [NXBrew.net](https://nxbrew.net). Put the files in the application folder that you chose in Eden.
20+
21+
To install DLCs or updates, use *File > Install Files to NAND* dialog in Eden.
22+
23+
To install modes, choose *Open Mod Data Location* in the per-game context menu. Put the modes (as directories) in that location.
24+
25+
To enable/disable DLCs, updates, or modes, access the *Add-Ons* tab in the *Configure Game* dialog in the per-game context menu.

content/notes/Eden/Settings.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
title = "Eden > Settings"
3+
+++
4+
5+
See also the [parent note](@/notes/Eden/_index.md).
6+
7+
## General
8+
9+
The following are the settings found under *Emulation > Configure*.
10+
11+
### General
12+
13+
- [x] Pause emulation when in background
14+
15+
### Hotkeys
16+
17+
Clear the F5 and F6 hotkeys for stopping and restarting emulation, respectively. Clear the `Ctrl+Q` hotkey for exiting Eden as well.

content/notes/Eden/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
title = "Eden"
3+
+++
4+
5+
Eden is an experimental open-source emulator for the Nintendo Switch, built with performance and stability in mind. It is a fork of the now defunct emulator Yuzu.
6+
7+
Links:
8+
9+
- [Official website](https://eden-emu.dev)
10+
- [Source code](https://git.eden-emu.dev/eden-emu/eden)
11+
12+
Child notes:
13+
14+
- [Games](@/notes/Eden/Games.md)
15+
- [Quickstart](@/notes/Eden/Quickstart.md)
16+
- [Settings](@/notes/Eden/Settings.md)

0 commit comments

Comments
 (0)