Updated Home (markdown)
parent
7797a35b3d
commit
88628089ae
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -25,7 +25,7 @@ To run this emulator, we recommend that your PC have at least 8GB of RAM; less t
|
|||
If you use a pre-built version, you can use the graphical interface to run your games and homebrew: simply add the directory containing your homebrew or games in the Options > Settings > General tab > Game Directories menu item.
|
||||
|
||||
If you build it yourself you will need to:
|
||||
**Step one:** Install the [.NET Core 3.1 (or higher) SDK](https://dotnet.microsoft.com/download/dotnet-core).
|
||||
**Step one:** Install the [.NET Core 5.0 (or higher) SDK](https://dotnet.microsoft.com/download/dotnet-core).
|
||||
|
||||
**Step two (choose one):**
|
||||
**(Variant one)**
|
||||
|
@ -39,7 +39,7 @@ Download the ZIP Tarball. Then extract it to a directory of your choice.
|
|||
**Step three:**
|
||||
|
||||
Build the App using a Command prompt in the project directory. You can quickly access it by holding shift in explorer (in the Ryujinx directory) then right clicking, and typing the following command:
|
||||
Run `dotnet build -c Release -r win10-x64` inside the Ryujinx project folder to build Ryujinx binaries.
|
||||
Run `dotnet build -c Release -r win-x64` inside the Ryujinx project folder to build Ryujinx binaries.
|
||||
|
||||
Every file related to Ryujinx is stored in the `Ryujinx` folder. This folder is located in the user folder, which can be accessed by clicking `Open Ryujinx Folder` under the File menu in the GUI.
|
||||
|
||||
|
|
Loading…
Reference in a new issue