From a286f43bfaf6e3a5d9b640b010eff8074e9a2cf7 Mon Sep 17 00:00:00 2001 From: I aM O <3799811+oMaN-Rod@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:20:15 -0500 Subject: [PATCH] Update README.md RIP Yuzu --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc45f8..9d4214e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,28 @@ Will most likely also work on MacOS however I only have an old MBP running 10.10 ## Usage -Instructions on how to use this tool can be found [here](https://yuzu-emu.org/help/quickstart/#merging-split-game-dumps). +~~Instructions on how to use this tool can be found [here](https://yuzu-emu.org/help/quickstart/#merging-split-game-dumps).~~ + +**UPDATE**: As I am sure you have all heard yuzu is shutting down... (RIP Yuzu) Here we are, dropping our hard-earned cash to play games on beast PCs, and then Nintendo goes and squashes the little guys instead of embracing our love for gaming and just giving us what we want. To be fair, I hope they learn from this and provide a gaming experience on par with what were we able to obtain with Yuzu, **on PC!**. Was all about celebrating Nintendo in HD and higher fps, not about piracy. Shame to see such cool projects end like this because of a few bad apples. Let's keep our heads up and find new ways to enjoy our games, legally and with respect. Keep gaming strong, y'all!! Below are the usage instructions copied over from the now removed quick start page. + +### Merging Split Game Dumps + +**Step 1:** Extract `nxDumpFuse.exe` from the `win-x64.zip` archive. + +**Step 2:** Open **nxDumpFuse** and click on `Input`. + +**Step 3:** Navigate to ``sdcard:/switch/nxdumptool`` and open the `NSP` or `XCI` folder. + +**Step 4:** Select one part of the split game dump, then click on `Open`. +> - For physical dumps, select a `.xc0` file. +> - For digital dumps, select a `00` file that is inside a folder with its respective game name. + +**Step 5:** Click on `Output` and navigate to your newly created games folder, then click on `Select Folder`. + +**Step 6:** Click on `Fuse`. Wait for the merging process to finish. +> You can see more details on the merging process by expanding the Log frame. + +Your merged game dumps should now be available at your games folder. If you run into issues running on Ubuntu try [this](https://github.com/oMaN-Rod/nxDumpFuse/wiki/Launching).