From b7da5642ccbb113ab37e27addd1295c39617aec3 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Tue, 4 Feb 2025 00:09:03 -0600 Subject: [PATCH] Created Migrating from Original Ryujinx (markdown) --- Migrating-from-Original-Ryujinx.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Migrating-from-Original-Ryujinx.md diff --git a/Migrating-from-Original-Ryujinx.md b/Migrating-from-Original-Ryujinx.md new file mode 100644 index 0000000..7735acc --- /dev/null +++ b/Migrating-from-Original-Ryujinx.md @@ -0,0 +1,16 @@ +Migrating from the original Ryujinx to this fork is *very* easy, by design. +All it takes is running the emulator. +The names of folders etc was not changed, so it still checks the same data folders as original Ryujinx did. + +If you used Ryujinx in [portable mode](https://github.com/Ryubing/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide#portable-mode), there's some more steps. + +## If you do not know what portable mode is, or did not use it, you can ignore the rest of this information. + +To migrate your portable mode setup, you can do one of 2 things: + +- Option 1: + - Delete the old Ryujinx executable and surrounding .dll/.so/.dylib (OS dependent) and other misc files until *just* the portable folder is left, and then extract the newly downloaded Ryujinx into the same location of the files you deleted. + +- Option 2: + - Copy the `portable` folder into your new Ryujinx install and delete the old one entirely. +