Updated Keys (markdown)

Ac_K 2024-01-29 16:58:11 +01:00
parent a1463eb487
commit 9496b0339d
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ Keys are required for decrypting most of the file formats used by the Nintendo S
* `prod.keys` - Contains common keys used by all Nintendo Switch devices.
* `title.keys` - Contains game-specific keys.
Ryujinx will first look for keys in `C:\Users\yourname\AppData\Roaming\Ryujinx\system`, or `\portable\system` on a portable install. To access this directory, go to `File` > `Open Ryujinx folder`, then click on `system`. If Ryujinx doesn't find any keys in those folders, it will look in `$HOME\.switch`.
Ryujinx will first look for keys in `C:\Users\yourname\AppData\Roaming\Ryujinx\system`, `\portable\system` on a portable install or `~/.var/app/org.ryujinx.Ryujinx/config/Ryujinx/system/`on the flatpak version. To access this directory, go to `File` > `Open Ryujinx folder`, then click on `system`. If Ryujinx doesn't find any keys in those folders, it will look in `$HOME\.switch`.
To dump your `prod.keys` and `title.keys` please follow these steps.
1. First off [learn how to boot into RCM mode and inject payloads](https://nh-server.github.io/switch-guide/) if you haven't already.