mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
No more SD card removals, use reboot to payload
This commit is contained in:
parent
83c43c4006
commit
33e770d16d
|
@ -77,10 +77,11 @@ Make sure to place your Nintendo Switch into Airplane Mode before starting this
|
||||||
|
|
||||||
1. We will now prepare the microSD card.
|
1. We will now prepare the microSD card.
|
||||||
- 1a. Extract the contents of the `atmosphere` and `hekate` zip files into the root of your SD card.
|
- 1a. Extract the contents of the `atmosphere` and `hekate` zip files into the root of your SD card.
|
||||||
- 1b. Place the `fusee-primary.bin` and `Lockpick_RCM.bin` files into the `bootloader/payloads` folder of the SD card.
|
- 1b. Rename the `hekate_ctcaer_X.X.X.bin` file to `reboot_payload.bin` and move it into the `atmosphere` folder. Replace the file when prompted.
|
||||||
- 1c Place the `Goldleaf.nro` file in the `switch` folder of the SD card.
|
- 1c. Place the `fusee-primary.bin` and `Lockpick_RCM.bin` files into the `bootloader\payloads` folder of the SD card.
|
||||||
- 1d. Create a folder named `nxdumptool` within the `switch` folder of your SD card and place the `nxdumptool.nro` file inside it.
|
- 1d. Place the `Goldleaf.nro` file in the `switch` folder of the SD card.
|
||||||
- 1e. Once done, eject the SD card and place it into your Nintendo Switch.
|
- 1e. Create a folder named `nxdumptool` within the `switch` folder of your SD card and place the `nxdumptool.nro` file inside it.
|
||||||
|
- 1f. Once done, eject the microSD card and insert it into your Nintendo Switch.
|
||||||
|
|
||||||
{{< imgs
|
{{< imgs
|
||||||
"./sd_template.png|Your SD card should look like this."
|
"./sd_template.png|Your SD card should look like this."
|
||||||
|
@ -104,7 +105,7 @@ Make sure to place your Nintendo Switch into Airplane Mode before starting this
|
||||||
|
|
||||||
3. We will now dump your `prod.keys` and `title.keys` for decryption of your game files.
|
3. We will now dump your `prod.keys` and `title.keys` for decryption of your game files.
|
||||||
- 3a. Boot your Nintendo Switch into RCM mode[# Booting into RCM] and make sure it is connected to your computer.
|
- 3a. Boot your Nintendo Switch into RCM mode[# Booting into RCM] and make sure it is connected to your computer.
|
||||||
- 3b. Extract the `hekate.bin` file from the `hekate` zip file you downloaded from the prerequisites.
|
- 3b. Extract the `hekate_ctcaer_X.X.X.bin` file from the `hekate` zip file you downloaded from the prerequisites.
|
||||||
- 3c. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier.
|
- 3c. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier.
|
||||||
- 3d. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
- 3d. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
||||||
- 3e. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
- 3e. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
||||||
|
@ -112,69 +113,87 @@ Make sure to place your Nintendo Switch into Airplane Mode before starting this
|
||||||
- 3g. After Lockpick_RCM has successfully booted, press the power button to select `Dump from SysNAND`.
|
- 3g. After Lockpick_RCM has successfully booted, press the power button to select `Dump from SysNAND`.
|
||||||
- 3h. It will automatically boot to sept and start deriving the keys. Wait for it to finish deriving the keys.
|
- 3h. It will automatically boot to sept and start deriving the keys. Wait for it to finish deriving the keys.
|
||||||
- 3i. After Lockpick_RCM has finished deriving the keys, please make note of the location of the key files. Default is: `sd:/switch/prod.keys` and `sd:/switch/title.keys`.
|
- 3i. After Lockpick_RCM has finished deriving the keys, please make note of the location of the key files. Default is: `sd:/switch/prod.keys` and `sd:/switch/title.keys`.
|
||||||
- 3j. Press any key to return to the menu, then navigate with the VOL+/VOL- buttons to highlight and select `Power Off` by pressing the power button.
|
- 3j. Press any key to return to the menu, then navigate with the VOL+/VOL- buttons to highlight and select `Reboot (RCM)` by pressing the power button.
|
||||||
- 3h. Once your Switch is powered off, remove the SD card.
|
- 3k. Once the screen is off, repeat step 3c. to 3d. If you receive a `Payload already injected.` warning, click `Yes`.
|
||||||
- 3i. Insert your SD card into your computer and copy both `prod.keys` and `title.keys` to the `%YUZU_DIR%/keys` directory.
|
- 3l. In the Hekate Home menu, tap on the `Tools` tab to show the Tools menu.
|
||||||
|
- 3m. Tap on `USB Tools`.
|
||||||
|
- 3n. Tap on `SD Card`. Your SD card should now be mounted to your computer.
|
||||||
|
- 3o. Navigate to your SD card drive and copy both `prod.keys` and `title.keys` to the `%YUZU_DIR%/keys` directory.
|
||||||
|
- 3p. Once you're done copying, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
|
||||||
# Backing up Switch NAND (Optional but Recommended)
|
# Backing up Switch NAND (Optional but Recommended)
|
||||||
|
|
||||||
4. We will now boot Hekate to dump your switch's NAND. This step is optional, but highly recommended to ensure you have a backup of your switch data.
|
4. We will now boot Hekate to dump your switch's NAND. This step is optional, but highly recommended to ensure you have a backup of your Switch's data in its internal storage.
|
||||||
- 4a. Boot your Nintendo Switch into RCM mode (steps 2d to 2f) and make sure it is connected to your computer.
|
- 4a. Boot your Nintendo Switch into RCM mode (steps 2d. to 2f.) and make sure it is connected to your computer.
|
||||||
- 4b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier. (step 3b)
|
- 4b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate_ctcaer_X.X.X.bin` file you extracted earlier. (Step 3b.)
|
||||||
- 4c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
- 4c. Tap on `Inject Payload` and your Switch will boot into the Hekate menu.
|
||||||
- 4d. Select `Tools`, the wrench icon at the top of the screen, and select `Backup eMMC`. Underneath the `Full` section, tap on `eMMC BOOT0 & BOOT1`. This may take a few seconds to load. After it is finished filling the progress bar it should say `Finished and verified!`. Beneath `Filepath:` you will see the location of the dump.
|
- 4d. Select `Tools`, the wrench icon at the top of the screen, and select `Backup eMMC`. Underneath the `Full` section, tap on `eMMC BOOT0 & BOOT1`. This may take a few seconds to load. After it is finished filling the progress bar it should say `Finished and verified!`. Beneath `Filepath:` you will see the location of the dump.
|
||||||
- 4e. Click `Close` and select `eMMC RAW GPP`. This should take some time as the Switch's `rawnand.bin` is quite large. If the progress bar appears to go backwards at some points or turn green, do not worry as this is Hekate verifying the data. This should take between 15-45 minutes depending on the quality/speed of your SD card and the default verification setting. Please keep note of the location the output file is placed.
|
- 4e. Tap on `Close` and select `eMMC RAW GPP`. This should take some time as the Switch's `rawnand.bin` is quite large. If the progress bar appears to go backwards at some points or turn green, do not worry as this is Hekate verifying the data. This should take between 15-45 minutes depending on the quality/speed of your SD card and the default verification setting. Please keep note of the location the output file is placed.
|
||||||
- 4f. Power off your switch to avoid damage to your SD card by selecting `Back` and then selecting `Power Off` and then eject your SD card.
|
- 4f. Tap on `Close` two times to return to the Tools menu.
|
||||||
- 4g. Insert your SD card into your computer and copy the `backup` folder to your computer.
|
- 4g. Tap on `USB Tools`.
|
||||||
|
- 4h. Tap on `SD Card`. Your SD card should now be mounted to your computer.
|
||||||
|
- 4i. Navigate to your SD card drive and copy the `backup` folder to your computer.
|
||||||
|
- 4j. Once you're done copying, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
|
||||||
# Dumping System Update Firmware
|
# Dumping System Update Firmware
|
||||||
|
|
||||||
5. Some games such as `Mario Kart 8 Deluxe` require the use of files found inside the `Nintendo Switch System Update Firmware` to be playable. In this step, we will now dump the firmware files from your Switch for use in yuzu.
|
5. Some games such as `Mario Kart 8 Deluxe` require the use of files found inside the `Nintendo Switch System Update Firmware` to be playable. In this step, we will now dump the firmware files from your Switch for use in yuzu.
|
||||||
- 5a. Boot your Nintendo Switch into RCM mode[#Booting into RCM] and make sure it is connected to your computer.
|
- 5a. Boot your Nintendo Switch into RCM mode[#Booting into RCM] and make sure it is connected to your computer.
|
||||||
- 5b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier. (step 3b)
|
- 5b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate_ctcaer_X.X.X.bin` file you extracted earlier. (Step 3b.)
|
||||||
- 5c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
- 5c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
||||||
- 5d. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
- 5d. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
||||||
- 5e. Tap on `fusee-primary.bin` in the list of payloads.
|
- 5e. Tap on `fusee-primary.bin` in the list of payloads.
|
||||||
- 5f. Your Switch will launch into Custom Firmware Mode (CFW), and once your Switch has booted into the home menu, press and hold the R button on your controller and launch a game. This will launch the Homebrew Menu in `title override mode`.
|
- 5f. Your Switch will launch into Custom Firmware Mode (CFW), and once your Switch has booted into the home menu, press and hold the `R` button on your controller and launch a game. This will launch the Homebrew Menu in `title override mode`.
|
||||||
- 5g. Either use the touchscreen or navigate using your controller, and select `Goldleaf`.
|
- 5g. Either use the touchscreen or navigate using your controller, and select `Goldleaf`.
|
||||||
- 5h. Select `console and Goldleaf settings` near the bottom.
|
- 5h. Select `Console and Goldleaf settings` near the bottom.
|
||||||
- 5i. Select `Firmware and updates`.
|
- 5i. Select `Firmware and updates`.
|
||||||
- 5j. Select `Export update`.
|
- 5j. Select `Export update`.
|
||||||
- 5k. Select `Directory`.
|
- 5k. Select `Directory`.
|
||||||
- 5h. Once the copy finishes, the `.nca` files will be located in your SD card in `sd:/switch/Goldleaf/dump/update` in a folder named after the firmware revision dumped. Turn off your switch, eject the SD card, connect it to your PC and copy the contents of this folder to `%YUZU_DIR%/nand/system/Contents/registered`. Alternatively, you can write `%appdata%\yuzu\nand\system\Contents\registered` in the address bar of a file explorer.
|
- 5l. Once the exporting process finishes, the `.nca` files will be located in your SD card in `sd:/switch/Goldleaf/dump/update` in a folder named after the firmware revision dumped.
|
||||||
|
- 5m. Press `+` on your controller to return to the Homebrew Menu.
|
||||||
|
- 5n. Select `Reboot to Payload` and then press `-` on your controller to return to the Hekate menu.
|
||||||
|
- 5o. In the Hekate Home menu, tap on the `Tools` tab to show the Tools menu.
|
||||||
|
- 5p. Tap on `USB Tools`.
|
||||||
|
- 5q. Tap on `SD Card`. Your SD card should now be mounted to your computer.
|
||||||
|
- 5r. Navigate to your SD card drive and copy the contents in the firmware folder (step 5l.) to `%YUZU_DIR%/nand/system/Contents/registered`. Alternatively, you can write `%appdata%\yuzu\nand\system\Contents\registered` in the address bar of a file explorer.
|
||||||
|
- 5s. Once you're done copying, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
|
||||||
<h1 id="cart"><br></h1>
|
<h1 id="cart"><br></h1>
|
||||||
|
|
||||||
# Dumping Cartridge Games
|
# Dumping Cartridge Games
|
||||||
|
|
||||||
6. We will now dump the `Cartridge Image (XCI)` file from your game cartridge(s), to use in yuzu. Insert the game cartridge of your choice.
|
6. We will now dump the `Cartridge Image (XCI)` file from your game cartridge(s), to use in yuzu. Insert the game cartridge of your choice.
|
||||||
- 6a. Boot your Nintendo Switch into RCM mode (steps 2d to 2f) and make sure it is connected to your computer.
|
- 6a. Boot your Nintendo Switch into RCM mode[#Booting into RCM] and make sure it is connected to your computer.
|
||||||
- 6b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier. (step 3b)
|
- 6b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate_ctcaer_X.X.X.bin` file you extracted earlier. (Step 3b.)
|
||||||
- 6c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
- 6c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
||||||
- 6d. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
- 6d. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
||||||
- 6e. Tap on `fusee-primary.bin` in the list of payloads.
|
- 6e. Tap on `fusee-primary.bin` in the list of payloads.
|
||||||
- 6f. Your Switch will launch into Custom Firmware Mode (CFW), and once your Switch has booted into the home menu, press and hold the R button on your controller and launch a game. This will launch the Homebrew Menu in `title override mode`.
|
- 6f. Your Switch will launch into Custom Firmware Mode (CFW), and once your Switch has booted into the home menu, press and hold the `R` button on your controller and launch a game. This will launch the Homebrew Menu in `title override mode`.
|
||||||
- 6g. Either use the touchscreen or navigate using your controller, and choose `nxdumptool`.
|
- 6g. Either use the touchscreen or navigate using your controller, and select `nxdumptool`.
|
||||||
- 6h. Choose the `Dump gamecard content` option.
|
- 6h. Select the `Dump gamecard content` option.
|
||||||
- 6i. Choose the `Cartridge Image (XCI) dump` option.
|
- 6i. Select the `Cartridge Image (XCI) dump` option.
|
||||||
- 6j. Once the cartridge image has been dumped, power off your switch by holding the power button for a few seconds, then select the Power Options > Turn off.
|
- 6j. Once the cartridge image has been dumped, press any button to return to the previous menu and then press `+` to return to the Homebrew Menu.
|
||||||
- 6k. With your Switch powered off, remove the SD card.
|
- 6k. Select `Reboot to Payload` and then press `-` on your controller to return to the Hekate menu.
|
||||||
- 6l. Insert your SD card into your computer. XCI dumps are located under `sd:/switch/nxdumptool/XCI`.
|
- 6l. In the Hekate Home menu, tap on the `Tools` tab to show the Tools menu.
|
||||||
- 6m. If your XCIs are dumped in parts with `.xc0`, `.xc1`, `.xc2`, etc extensions, use the `nxDumpMerger` tool you have downloaded in the prerequisites to assist in merging these parts into a complete XCI. If they were dumped as complete XCI files with the `.xci` extension, you can proceed to copy these to a game directory of your choice.
|
- 6m. Tap on `USB Tools`.
|
||||||
- 6n. Extract the contents of `nxDumpMerger` into a new folder and start the program.
|
- 6n. Tap on `SD Card`. Your SD card should now be mounted to your computer.
|
||||||
- 6o. Select the button with the triple dots `...` next to the `Input` field. This will open a file selector.
|
- 6o. Navigate to your SD card drive. XCI dumps are located under `sd:/switch/nxdumptool/XCI`.
|
||||||
- 6p. Find and select one of the parts and click `Open`.
|
- 6p. If your XCIs are dumped in parts with `.xc0`, `.xc1`, `.xc2`, etc extensions, use the `nxDumpMerger` tool you have downloaded in the prerequisites to assist in merging these parts into a complete XCI. If they were dumped as complete XCI files with the `.xci` extension, you can proceed to copy these to a game directory of your choice.
|
||||||
- 6q. Next, select the button with the triple dots `...` next to the `Output` field. This will open a folder selector.
|
- 6q. Extract the contents of `nxDumpMerger` into a new folder and start the program.
|
||||||
- 6r. Select a folder where you would like your games stored and click `Select Folder`.
|
- 6r. Select the button with the triple dots `...` next to the `Input` field. This will open a file selector.
|
||||||
- 6s. After completing these steps, the parts are ready to be merged. Select `Merge Dump` and the program will merge the parts into a complete XCI located in the `Output` folder. Repeat these steps for all other games dumped as parts.
|
- 6s. Find and select one of the parts and click `Open`.
|
||||||
|
- 6t. Next, select the button with the triple dots `...` next to the `Output` field. This will open a folder selector.
|
||||||
|
- 6u. Select a folder where you would like your games stored and click `Select Folder`.
|
||||||
|
- 6v. After completing these steps, the parts are ready to be merged. Select `Merge Dump` and the program will merge the parts into a complete XCI located in the `Output` folder. Repeat these steps for all other games dumped as parts.
|
||||||
|
- 6w. Once you're done merging, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
|
||||||
<h1 id="installed titles"><br></h1>
|
<h1 id="installed titles"><br></h1>
|
||||||
|
|
||||||
# Dumping Installed Titles (eShop)
|
# Dumping Installed Titles (eShop)
|
||||||
|
|
||||||
7. We will now dump the `Nintendo Submission Package (NSP)` file from your installed eShop game(s), to use in yuzu.
|
7. We will now dump the `Nintendo Submission Package (NSP)` file from your installed eShop game(s), to use in yuzu.
|
||||||
- 7a. Boot your Nintendo Switch into RCM mode (steps 2d to 2f) and make sure it is connected to your computer.
|
- 7a. Boot your Nintendo Switch into RCM mode[#Booting into RCM] and make sure it is connected to your computer.
|
||||||
- 7b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier. (step 3b)
|
- 7b. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate_ctcaer_X.X.X.bin` file you extracted earlier. (Step 3b.)
|
||||||
- 7c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
- 7c. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
||||||
- 7d. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
- 7d. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
||||||
- 7e. Tap on `fusee-primary.bin` in the list of payloads.
|
- 7e. Tap on `fusee-primary.bin` in the list of payloads.
|
||||||
|
@ -182,39 +201,49 @@ Make sure to place your Nintendo Switch into Airplane Mode before starting this
|
||||||
- 7g. Either use the touchscreen or navigate using your controller, and select `nxdumptool`.
|
- 7g. Either use the touchscreen or navigate using your controller, and select `nxdumptool`.
|
||||||
- 7h. Select the `Dump installed SD Card / eMMC Content` option.
|
- 7h. Select the `Dump installed SD Card / eMMC Content` option.
|
||||||
- 7i. Select the game you want to dump.
|
- 7i. Select the game you want to dump.
|
||||||
- 7i. Select the `Nintendo Submission Package (NSP) dump` option.
|
- 7j. Select the `Nintendo Submission Package (NSP) dump` option.
|
||||||
- 7k. If your game contains an update or DLC, you will see multiple dumping options such as `Dump base application NSP`, `Dump installed update NSP` or/and `Dump installed DLC NSP` in the next screen. Select `Dump base application NSP` to dump the base game.
|
- 7k. If your game contains an update or DLC, you will see multiple dumping options such as `Dump base application NSP`, `Dump installed update NSP` or/and `Dump installed DLC NSP` in the next screen. Select `Dump base application NSP` to dump the base game.
|
||||||
- 7l. Select the `Start NSP dump process` option and wait for the dumping process to finish.
|
- 7l. Select the `Start NSP dump process` option and wait for the dumping process to finish.
|
||||||
- 7m. Press the `B button` to return to the previous menu(s) and repeat the previous steps to dump the base, updates and DLC of all your games.
|
- 7m. Press the `B button` to return to the previous menu(s) and repeat the previous steps to dump the base, updates and DLC of all your games.
|
||||||
- 7n. Once all your games are dumped, power off your switch by holding the power button for a few seconds, then select the Power Options > Turn off.
|
- 7n. Once all your games are dumped, press any button to return to the previous menu and then press `+` to return to the Homebrew Menu.
|
||||||
- 7o. With your Switch powered off, remove the SD card.
|
- 7o. Select `Reboot to Payload` and then press `-` on your controller to return to the Hekate menu.
|
||||||
- 7p. Insert your SD card into your computer. NSP dumps are located under `sd:/switch/nxdumptool/NSP`.
|
- 7p. In the Hekate Home menu, tap on the `Tools` tab to show the Tools menu.
|
||||||
- 7q. If your NSPs are dumped as folders with `00`, `01`, `02`, etc parts within them, use the `nxDumpMerger` tool you have downloaded in the prerequisites to assist in merging these parts into a complete NSP. If they were dumped as files, you can proceed to copy these to a game directory of your choice.
|
- 7q. Tap on `USB Tools`.
|
||||||
- 7r. Extract the contents of `nxDumpMerger` into a new folder and start the program.
|
- 7r. Tap on `SD Card`. Your SD card should now be mounted to your computer.
|
||||||
- 7s. Select the button with the triple dots `...` next to the `Input` field. This will open a file selector.
|
- 7s. Navigate to your SD card drive. NSP dumps are located under `sd:/switch/nxdumptool/NSP`.
|
||||||
- 7t. Find a NSP that is dumped as a folder with parts. Select one of the parts within the folder and click `Open`.
|
- 7t. If your NSPs are dumped as folders with `00`, `01`, `02`, etc parts within them, use the `nxDumpMerger` tool you have downloaded in the prerequisites to assist in merging these parts into a complete NSP. If they were dumped as files, you can proceed to copy these to a game directory of your choice.
|
||||||
- 7u. Next, select the button with the triple dots `...` next to the `Output` field. This will open a folder selector.
|
- 7u. Extract the contents of `nxDumpMerger` into a new folder and start the program.
|
||||||
- 7v. Select a folder where you would like your games stored and click `Select Folder`.
|
- 7v. Select the button with the triple dots `...` next to the `Input` field. This will open a file selector.
|
||||||
- 7w. After completing these steps, the parts are ready to be merged. Select `Merge Dump` and the program will merge the parts into a complete NSP located in the `Output` folder. Repeat these steps for all folder NSPs.
|
- 7w. Find a NSP that is dumped as a folder with parts. Select one of the parts within the folder and click `Open`.
|
||||||
|
- 7x. Next, select the button with the triple dots `...` next to the `Output` field. This will open a folder selector.
|
||||||
|
- 7y. Select a folder where you would like your games stored and click `Select Folder`.
|
||||||
|
- 7z. After completing these steps, the parts are ready to be merged. Select `Merge Dump` and the program will merge the parts into a complete NSP located in the `Output` folder. Repeat these steps for all folder NSPs.
|
||||||
|
- 7aa. Once you're done merging, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
|
||||||
# Dumping Save Files (Optional)
|
# Dumping Save Files (Optional)
|
||||||
|
|
||||||
8. We will now dump the games' save files from your switch to use in yuzu.
|
8. We will now dump the games' save files from your switch to use in yuzu.
|
||||||
- 8a. Download [Checkpoint.nro](https://github.com/FlagBrew/Checkpoint/releases)
|
- 8a. Download [Checkpoint.nro](https://github.com/FlagBrew/Checkpoint/releases)
|
||||||
- 8b. Insert your SD card into your computer.
|
- 8b. Boot your Nintendo Switch into RCM mode[#Booting into RCM] and make sure it is connected to your computer.
|
||||||
- 8c. Create a folder named `Checkpoint` within the `switch` folder of your SD card and place the `Checkpoint.nro` file inside it.
|
- 8c. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate_ctcaer_X.X.X.bin` file you extracted earlier. (Step 3b.)
|
||||||
- 8d. Eject your SD card and place it in your Switch.
|
- 8d. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
||||||
- 8e. Boot your Nintendo Switch into RCM mode (steps 2d to 2f) and make sure it is connected to your computer.
|
- 8e. In the Hekate Home menu, tap on the `Tools` tab to show the Tools menu.
|
||||||
- 8f. Run TegraRcmGUI. In the `Payload` tab of TegraRcmGUI, click on the folder icon and navigate to the `hekate.bin` file you extracted earlier. (step 3b)
|
- 8f. Tap on `USB Tools`.
|
||||||
- 8g. Click on `Inject Payload` and your Switch will boot into the Hekate menu.
|
- 8g. Tap on `SD Card`. Your SD card should now be mounted to your computer.
|
||||||
- 8h. When it has successfully booted into the Hekate menu, tap on `Payloads`. This will show a list of payloads.
|
- 8h. Navigate to your SD card drive and create a folder named `Checkpoint` within the `switch` folder of your SD card and place the `Checkpoint.nro` file inside it.
|
||||||
|
- 8i. Once you're done, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
- 8j. Tap on `Close` again to return to the Tools menu.
|
||||||
|
- 8k. Tap on the `Home` tab to return to the Hekate Home menu.
|
||||||
|
- 8h. Tap on `Payloads`. This will show a list of payloads.
|
||||||
- 8i. Tap on `fusee-primary.bin` in the list of payloads.
|
- 8i. Tap on `fusee-primary.bin` in the list of payloads.
|
||||||
- 8j. Your Switch will launch into Custom Firmware Mode (CFW), and once your Switch has booted into the home menu, press and hold the R button on your controller and launch a game. This will launch the Homebrew Menu in `title override mode`.
|
- 8j. Your Switch will launch into Custom Firmware Mode (CFW), and once your Switch has booted into the home menu, press and hold the `R` button on your controller and launch a game. This will launch the Homebrew Menu in `title override mode`.
|
||||||
- 8k. Either use the touchscreen or navigate using your controller, and choose `Checkpoint`.
|
- 8k. Either use the touchscreen or navigate using your controller, and choose `Checkpoint`.
|
||||||
- 8l. Pick the games that you want to dump their save files (multiselect with the `Y` button), and press the `L` button to backup the saves.
|
- 8l. Pick the games that you want to dump their save files (multiselect with the `Y` button), and press the `L` button to backup the saves.
|
||||||
- 8m. Once you have backed up the save files, power off your switch by holding the power button for a few seconds, then select the Power Options > Turn off.
|
- 8m. Once you have backed up the save files, press any button to return to the previous menu and then press `+` to return to the Homebrew Menu.
|
||||||
- 8n. With your Switch powered off, remove the SD card.
|
- 8n. Select `Reboot to Payload` and then press `-` on your controller to return to the Hekate menu.
|
||||||
- 8o. Insert your SD card into your computer. Your save files will be located in the `switch/Checkpoint` folder.
|
- 8o. Repeat steps 8e. to 8g.
|
||||||
|
- 8p. Navigate to your SD card drive. Your save files will be located in the `switch/Checkpoint` folder.
|
||||||
|
- 8q. Once you're done transferring your save files, safely unmount the SD card from your computer. Return to the Switch's screen and tap on `Close`.
|
||||||
|
|
||||||
# Running yuzu
|
# Running yuzu
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue