mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-03 21:15:37 +00:00
Updated Ryujinx Setup & Configuration Guide (markdown)
parent
38eaa4961c
commit
a91e0afee7
|
@ -30,6 +30,8 @@ Ryujinx checks for updates automatically at startup. You can disable this featur
|
|||
|
||||
[Managing Cheats](#managing-cheats)
|
||||
|
||||
[Managing User Profiles](#managing-user-profiles)
|
||||
|
||||
[Input Configuration](#input-configuration)
|
||||
|
||||
[Motion Controls](#motion-controls)
|
||||
|
@ -369,6 +371,55 @@ To disable the time cheat, just remove its section and the code:
|
|||
61000000 00000000 00000005
|
||||
```
|
||||
|
||||
Managing User Profiles
|
||||
=====================
|
||||
|
||||
Ryujinx offers the ability to use multiple, customizable user profiles. **WARNING:** Save data is specific to each user profile so if you delete a profile, the save data under that profile is also deleted.
|
||||
|
||||
### To edit a user profile:
|
||||
1. With Ryujinx open, but no game running, click on Options > Manage User Profiles
|
||||
![image](https://user-images.githubusercontent.com/62343878/115936775-62b1ea80-a453-11eb-9df8-5d39cf414057.png)
|
||||
|
||||
Now in the Manage User Profiles window, you will see the default RyuPlayer profile. This is the default profile that comes with Ryujinx and **cannot be deleted** as it contains all of the original save data for your games. You may, however, rename it and change the picture to something else, if you like.
|
||||
![image](https://user-images.githubusercontent.com/62343878/115936853-98ef6a00-a453-11eb-9bdb-2b2076ff529d.png)
|
||||
|
||||
2. To rename a profile, simply select it and type in the new text.
|
||||
![image](https://user-images.githubusercontent.com/62343878/115936950-e1a72300-a453-11eb-9d5d-027826457759.png)
|
||||
|
||||
3. To change the profile image, select the profile in the list and click **Change Profile Image**.
|
||||
![image](https://user-images.githubusercontent.com/62343878/115937027-10bd9480-a454-11eb-977a-2afdec837dab.png)
|
||||
|
||||
You will then be prompted to select from either a custom image, or from one of the many avatars provided in the firmware.
|
||||
![image](https://user-images.githubusercontent.com/62343878/115937083-2df26300-a454-11eb-95de-7db4a12aaa45.png)
|
||||
|
||||
If you choose to import an image: supported formats are `png`, `bmp`, and `jpg`. You can use the image you want, but it will be resized to 256x256 pixels, so using a square image is recommended.
|
||||
|
||||
If you choose to use a built-in firmware avatar, click on **Select Firmware Avatar**
|
||||
|
||||
In the Manage Accounts - Avatar window, select the avatar you want, and choose a background color. When finished, click **Choose** to make it the profile's image.
|
||||
![image](https://user-images.githubusercontent.com/62343878/115937295-df919400-a454-11eb-90ac-f31263ec543e.png)
|
||||
|
||||
![image](https://user-images.githubusercontent.com/62343878/115937710-b7566500-a455-11eb-905c-c748e8baeae8.png)
|
||||
|
||||
### To add a new profile:
|
||||
|
||||
1. With Ryujinx open, but no game running, click on Options > Manage User Profiles
|
||||
![image](https://user-images.githubusercontent.com/62343878/115936775-62b1ea80-a453-11eb-9df8-5d39cf414057.png)
|
||||
|
||||
2. Click on the **Add New Profile** button at the bottom left corner of the window.
|
||||
|
||||
![image](https://user-images.githubusercontent.com/62343878/115938010-8a568200-a456-11eb-8a1b-a610fd8f5c7e.png)
|
||||
|
||||
3. A window will pop up asking you to name the new Profile. Enter the desired name of the new profile, and click OK.
|
||||
|
||||
![image](https://user-images.githubusercontent.com/62343878/115938038-9e9a7f00-a456-11eb-8464-3855cde7241d.png)
|
||||
|
||||
4. You will now be prompted to choose the profile image. Follow step 3 from the user profile editing instructions above.
|
||||
|
||||
![image](https://user-images.githubusercontent.com/62343878/115938416-c9390780-a457-11eb-9761-eff2e0dd5efa.png)
|
||||
|
||||
That's it!
|
||||
|
||||
Input Configuration
|
||||
===================
|
||||
|
||||
|
|
Loading…
Reference in a new issue