With the evolution of the Ryujinx emulator—specifically regarding updates to the GUI, portability changes, and the introduction of "Ava" (the Avalonia UI update)—many users are searching for how to handle a "new" folder setup or migrate their existing data.
This guide details what constitutes a "New" Ryujinx folder, the critical files you must keep, and how to migrate your data without losing save files or firmware.
When you install game updates, they are stored in the games folder, named by the game's Title ID: ryujinx folder new
[Ryujinx Folder]\games\[TitleID]\updates\
bis/user/save/0000000000000000.Before doing anything, go to your default Ryujinx folder (see Section 2) and copy important items like: The Complete Guide to the Ryujinx Folder Structure
saves/ folderprofiles/ foldersystem/ (contains firmware files)Advanced users can maintain several independent Ryujinx folders. This is incredibly useful for:
Here is how to manage three separate new Ryujinx folders: [Ryujinx Folder]\games\[TitleID]\updates\
E:\Ryujinx_Stable (for daily gaming)E:\Ryujinx_Testing (for experimental builds)E:\Ryujinx_Base (clean master backup)Create three batch files:
launch_stable.bat → Ryujinx.exe --root-data-path "E:\Ryujinx_Stable"launch_testing.bat → Ryujinx.exe --root-data-path "E:\Ryujinx_Testing"launch_base.bat → Ryujinx.exe --root-data-path "E:\Ryujinx_Base"Each folder maintains its own saves, shaders, and config. This is the ultimate power-user approach to ryujinx folder new management.
Date: [Current Date] Subject: Understanding the default and new user folder setup for Ryujinx (Nintendo Switch Emulator)
Solution: Do not create your new Ryujinx folder in C:\Program Files or C:\Windows. Use a user-owned location like C:\Ryujinx_Data or a folder on your desktop.