Giter Site home page Giter Site logo

adam-s-amir / ryujinx-shortcut Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 251 KB

Windows executable to quickly launch any switch game on the Ryujinx emulator.

C# 100.00%
csharp dot-net dotnet emulation emulator nintendo nintendo-switch nsp ryujinx windows

ryujinx-shortcut's Introduction

Ryujinx-Shortcut

  • The purpose of this project is to create windows executables to quickly launch switch games utilizing the Ryujinx emulator.

File Tree

  • 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)

How to use:

git clone https://github.com/Adam-S-Amir/Ryujinx-Shortcut.git
cd Ryujinx-Shortcut
start .
  1. Open in Visual Studio
  2. 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
  1. Build the project

cd Ryujinx-Shortcut
cd bin
cd Debug
start .
  1. Copy ryujinx.exe to the root of your switch game folder

    • (optional) Change the file name "ryujinx.exe" you just built to something else
  2. Your directory should look like afterwards

{
    "_Ryujinx":{
        "ryujinx.exe"
    }
    "Game":{
        "Game.nsp"
        "Game.exe"
    }
}
  1. Enjoy!

TODO

  • Linux Support
  • MacOS Support
  • Yuzu Support

ryujinx-shortcut's People

Contributors

adam-s-amir avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.