- The purpose of this project is to create windows executables to quickly launch switch games utilizing the Ryujinx emulator.
- Here is what your directory should look like
{
"_Ryujinx":{
"ryujinx.exe"
}
"Game":{
"Game.nsp"
}
}
- Your ryujinx folder MUST be named _ryujinx (case sensitivity will vary depending on operating system)
git clone https://github.com/Adam-S-Amir/Ryujinx-Shortcut.git
cd Ryujinx-Shortcut
start .
- Open in Visual Studio
- Open "Program.cs"
- On line 12, replace "Game" with your Switch Game folder name
- Replace "GameID" with the Switch ROM name
//Example:
string nspFilePath = Path.Combine("..", "Mario Kart 8 Deluxe", "0100152000022000.nsp");
- (optional) Change ryujinx.ico with custom .ico
-
Build the project
cd Ryujinx-Shortcut
cd bin
cd Debug
start .
-
Copy ryujinx.exe to the root of your switch game folder
- (optional) Change the file name "ryujinx.exe" you just built to something else
-
Your directory should look like afterwards
{
"_Ryujinx":{
"ryujinx.exe"
}
"Game":{
"Game.nsp"
"Game.exe"
}
}
- Enjoy!
- Linux Support
- MacOS Support
- Yuzu Support