Created Migrating from Original Ryujinx (markdown)

Evan Husted 2025-02-04 00:09:03 -06:00
parent d6b269c81f
commit b7da5642cc

@ -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.