Compare commits
4 Commits
display-mo
...
sjkdbsdfjk
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba9486fe18 | ||
|
|
c03f7cf284 | ||
|
|
750fecda18 | ||
|
|
1f422a8f70 |
162
docs/user/AddEdenToSRM_SteamDeck.md
Normal file
162
docs/user/AddEdenToSRM_SteamDeck.md
Normal file
@@ -0,0 +1,162 @@
|
||||
# Importing Eden into Steam with Steam Rom Manager
|
||||
|
||||
Use this when you want to import the Eden AppImage into your Steam Library along with artwork using *Steam ROM Manager.*
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Importing-Eden-into-Steam-with-Steam-Rom-Manager-2b757c2edaf68054851bc287b6382cb5) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden set up and configured
|
||||
- Internet Connection
|
||||
- Comfort Accessing and Navigating SteamOS Desktop Mode
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
### Initial Setup
|
||||
|
||||
1. Press the **STEAM** button and then go to *Power → Switch to Desktop* to enter the Desktop mode.
|
||||
|
||||
2. Install ***Steam ROM Manager*** (if needed), there are 2 ways you can accomplish this, either manually or through [*EmuDeck*](https://www.emudeck.com/#downloads).
|
||||
|
||||
---
|
||||
|
||||
### Manual Installation
|
||||
|
||||
1. Open the *Discover Store* and search for *Steam ROM Manager.*
|
||||
2. Select the **Install** button to install the program.
|
||||
|
||||
---
|
||||
|
||||
### Installing Through *EmuDeck*
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: This assumes you have already set up EmuDeck, if not - just run through the guided installation and select *Steam ROM Manager* as one of the options.
|
||||
|
||||
</aside>
|
||||
|
||||
1. Open **EmuDeck**, then navigate to *Manage Emulators.*
|
||||
2. Scroll down to the bottom of the page to the *Manage your Tools & Frontends* section. Click **Steam ROM Manager**.
|
||||
3. Click the **Install** button on the right hand side to install it.
|
||||
|
||||
---
|
||||
|
||||
### Adding Eden into *Steam ROM Manager*
|
||||
|
||||
### EmuDeck Users
|
||||
|
||||
EmuDeck will automatically create an *Emulators - Emulators* parser for ***Steam ROM Manager*** that uses shell scripts to launch them. We will follow this convention.
|
||||
|
||||
1. In the file explorer go to your **EmuDeck installation folder → tools → launchers**
|
||||
2. Right-Click some empty space and hit **Create New → Text File,** call this new file ***eden.sh*** instead of ***Text File.txt***
|
||||
3. Right-Click the ***eden.sh*** file you created and hit ***Open with Kate***.
|
||||
4. Paste the following code into the contents of the file, save and close the file.
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
emuName="eden" #parameterize me
|
||||
|
||||
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
|
||||
emulatorInit "$emuName"
|
||||
|
||||
# find full path to emulator appimage
|
||||
appimage=$(find "$emusFolder" -iname "${emuName}*.AppImage" -print -quit 2>/dev/null)
|
||||
|
||||
# make sure the appimage is executable
|
||||
chmod +x "$appimage"
|
||||
set -- "$appimage" "$@"
|
||||
|
||||
echo "Launching ${emuName} with:" "$@"
|
||||
"$@"
|
||||
|
||||
cloud_sync_uploadForced
|
||||
rm -rf "$savesPath/.gaming"
|
||||
```
|
||||
|
||||
5. Open a terminal in the directory containing the ***eden.sh*** file and run the following command to make it executable.
|
||||
|
||||
```bash
|
||||
chmod u+x ./eden.sh
|
||||
```
|
||||
|
||||
6. Proceed to the Adding the Emulator section
|
||||
|
||||
---
|
||||
|
||||
### Non-EmuDeck Users
|
||||
|
||||
We will need to create a new parser for the Emulators. Unlike with the EmuDeck model, we will have the parser look for AppImages.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: In order to ensure that the matches occur correctly, it is recommended that you name the Eden Appimage as ***eden.AppImage***, rather than what it downloads as.
|
||||
|
||||
</aside>
|
||||
|
||||
1. Open *Steam ROM Manager* and choose **Create Parser**.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: You may need to go to **Settings → Theme** and set it to *Classic* to view this option.
|
||||
|
||||
</aside>
|
||||
|
||||
2. Add the following settings to create the parser.
|
||||
|
||||
1. Basic Configuration
|
||||
1. **Parser Type**: *Blob*
|
||||
2. **Parser Title**: *Emulators - Emulators*
|
||||
3. **Steam Directory**: *${steamdirglobal}*
|
||||
4. **User Accounts**: *Global*
|
||||
5. **ROMs Directory**: <path to directory containing eden AppImage>
|
||||
6. **Steam Collections**: *Emulation* (OPTIONAL)
|
||||
2. Parser Specific Configuration
|
||||
1. **Search Glob**: *${title}@(.AppImage|.APPIMAGE|.appimage)*
|
||||
3. Executable Configuration
|
||||
1. **Executable Modifier**: *"${exePath}”*
|
||||
4. Title Modification Configuration
|
||||
1. **Title Modifier**: *${fuzzyTitle}*
|
||||
|
||||
3. Hit the **Test** button to ensure your emulator AppImages.
|
||||
4. Hit **Save** to save the Parser.
|
||||
|
||||
---
|
||||
|
||||
### Adding Eden to Steam
|
||||
|
||||
Now that we have the parser or shell script created, we can actually add it to Steam.
|
||||
|
||||
1. Open *Steam ROM Manager* if it is not already open.
|
||||
2. Toggle the **Emulators - Emulators** parser on and hit ***Add Games*** in the top left.
|
||||
3. Click **Parse** to identify the emulators.
|
||||
4. Make sure all your emulators are showing up and have the right matches.
|
||||
|
||||
---
|
||||
|
||||
### Correcting a Mismatch
|
||||
|
||||
If the emulator is not identified correctly, you may need to tell *Steam ROM Manager* what the game is manually.
|
||||
|
||||
1. Hover over the emulator card and click the magnifying glass icon. Here it incorrectly identified *Eden* as a game by a similar name. **
|
||||
2. Search for *Eden Emulator* on the *Search SteamGridDB* section and scroll through the results, selecting the one you want.
|
||||
3. Ensure the *Name* and *Game ID* update in the **Per-App Exceptions** and press **Save and close**. The game should now update.
|
||||
|
||||
---
|
||||
|
||||
### Excluding Matches
|
||||
|
||||
You may want to tell Steam ROM Manager to ignore some files that it finds in the directory. This is how you do so.
|
||||
|
||||
1. Hit the **Exclude Games** button in the bottom right.
|
||||
2. Deselect the game you want to exclude, the poster artwork should go dim and the **Number Excluded** number should increment up. Repeat with any other exclusions you want to add.
|
||||
3. Hit **Save Excludes** when you are happy with your selections.
|
||||
|
||||
---
|
||||
|
||||
5. The program will now start writing the entries into the Steam Library. You should get pop up notifications of the progress, but you can monitor the progress by selecting the **Log** on the left-hand side if needed.
|
||||
6. Restart Steam to have the changes take effect. Check your library to ensure that your games are there, in a category if you defined one in the parser.
|
||||
7. Try to launch the Emulator from Steam and ensure everything is working. You are now good to go.
|
||||
100
docs/user/AddGamesToSRM_SteamDeck.md
Normal file
100
docs/user/AddGamesToSRM_SteamDeck.md
Normal file
@@ -0,0 +1,100 @@
|
||||
# Importing Games into Steam with Steam Rom Manager
|
||||
|
||||
Use this when you want to import your games inside Eden into Steam to launch with artwork from Steam Game Mode without needing to launch Eden first.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Importing-Games-into-Steam-with-Steam-Rom-Manager-2b757c2edaf680d7a491c92b138f1fcc) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Steam Deck Set up and Configured
|
||||
- Eden set up and Configured
|
||||
- Internet Access
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Press the **STEAM** button and then go to *Power → Switch to Desktop* to enter the Desktop mode.
|
||||
|
||||
1. Install ***Steam ROM Manager***, there are 2 ways you can accomplish this, either manually or through [*EmuDeck*](https://www.emudeck.com/#downloads).
|
||||
|
||||
---
|
||||
|
||||
### Manual Installation
|
||||
|
||||
1. Open the *Discover Store* and search for *Steam ROM Manager.*
|
||||
2. Select the **Install** button to install the program.
|
||||
|
||||
---
|
||||
|
||||
### Installing Through *EmuDeck*
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: This assumes you have already set up EmuDeck, if not - just run through the guided installation and select *Steam ROM Manager* as one of the options.
|
||||
|
||||
</aside>
|
||||
|
||||
1. Open **EmuDeck**, then navigate to *Manage Emulators.*
|
||||
2. Scroll down to the bottom of the page to the *Manage your Tools & Frontends* section. Click **Steam ROM Manager**.
|
||||
|
||||
3. Click the **Install** button on the right hand side to install it.
|
||||
|
||||
---
|
||||
|
||||
2. Open the Start Menu and Launch ***Steam ROM Manager***
|
||||
|
||||
1. The program will now launch and show you a window with parsers.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: Your layout may look different depending on how you installed *Steam ROM Manager*. You may need to go to **Settings → Theme** and change it to *Classic* to follow along.
|
||||
|
||||
</aside>
|
||||
|
||||
2. Switch off all Parsers by hitting the *Toggle Parsers* switch.
|
||||
3. Scroll down the list on the left-hand side and look for a parser called *Nintendo Switch - Eden* and switch it on. This parser may not exist depending on how you installed *Steam ROM Manager* (EmuDeck creates it for you). Follow these steps to create it if it is missing.
|
||||
|
||||
---
|
||||
### Creating the Eden Parser
|
||||
|
||||
1. Select Create Parser and in the *Community Presets* option look for **Nintendo Switch - Yuzu**.
|
||||
2. Change the **Parser title** from *Nintendo Switch - Yuzu* to *Nintendo Switch - Eden.*
|
||||
3. Hit the **Browse** option under the *ROMs directory* section. Select the directory containing your Switch ROMs.
|
||||
4. Under *Steam collections*, you can add a Steam category name. This just organizes the games under a common category in your Steam Library, this is optional but recommended.
|
||||
5. Scroll down slightly to the **Executable Configuration → Executable**, select **Browse** and select the Eden AppImage.
|
||||
6. Leave everything else the same and hit **Save** to save the parser.
|
||||
---
|
||||
|
||||
4. Click the Eden parser to view the options on the right, select **Test** at the bottom of the screen to ensure that *Steam ROM Manager* detects your games correctly.
|
||||
1. *Steam ROM Manager* will start to scan the specified ROMs directory and match them to games. Look over the results to ensure they are accurate. If you do not see any entries - check your parsers ROMs directory field.
|
||||
1. When you are happy with the results, click the **Add Games** → **Parse** to start the actual Parsing.
|
||||
1. The program will now identify the games and pull artwork from [*SteamGridDB*](https://www.steamgriddb.com/).
|
||||
2. Review the game matches and ensure everything is there.
|
||||
|
||||
---
|
||||
|
||||
### Correcting a Mismatch
|
||||
|
||||
If the game is not identified correctly, you may need to tell *Steam ROM Manager* what the game is manually.
|
||||
|
||||
1. Hover over the game card and click the magnifying glass icon.
|
||||
2. Search for the game on the *Search SteamGridDB* section and scroll through the results, selecting the one you want.
|
||||
3. Ensure the *Name* and *Game ID* update in the **Per-App Exceptions** and press **Save and close**. The game should now update.
|
||||
|
||||
---
|
||||
|
||||
### Excluding Matches
|
||||
|
||||
You may want to tell Steam ROM Manager to ignore some files (updates/DLC/etc.) that it finds in the directory. This is how you do so.
|
||||
|
||||
1. Hit the **Exclude Games** button in the bottom right.
|
||||
2. Deselect the game you want to exclude, the poster artwork should go dim and the **Number Excluded** number should increment up. Repeat with any other exclusions you want to add.
|
||||
3. Hit **Save Excludes** when you are happy with your selections.
|
||||
---
|
||||
3. When you are happy with the results, select **Save to Steam** to save the results.
|
||||
1. The program will now start writing the entries into the Steam Library. You should get pop up notifications of the progress, but you can monitor the progress by selecting the **Log** on the left-hand side if needed.
|
||||
2. Restart Steam to have the changes take effect. Check your library to ensure that your games are there, in a category if you defined one in the parser.
|
||||
3. Try to launch a game and ensure everything is working. You are now good to go.
|
||||
20
docs/user/AlterDate-Time.md
Normal file
20
docs/user/AlterDate-Time.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Setting a Custom Date/Time in Eden
|
||||
|
||||
Use this guide whenever you want to modify the Date or Time that Eden reports to games. This can be useful for modifying RNG elements, skipping wait times in games, etc.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Setting-a-Custom-Date-Time-in-Eden-2b357c2edaf680acb8d4e63ccc126564) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden set up and fully configured
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Navigate to *Emulation → Configure*.
|
||||
2. Click on the **System** item on the left-hand side navigation, then check the *Custom RTC Date* box.
|
||||
3. The Date/Time option now becomes editable. Set it to the value you want and hit **OK**.
|
||||
4. GREAT SCOTT! We have time traveled! You can of course go forward or backward in time (as long as it is not before the year 1970) and your game should update accordingly (e.g. certain *Super Mario Odyssey* moons that take time for flowers to grow will now be fully grown.).
|
||||
28
docs/user/ControllerProfileByGame.md
Normal file
28
docs/user/ControllerProfileByGame.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Setting Controller Profiles By Game
|
||||
|
||||
Use this guide when you want to set up specific controller profiles for specific games. This can be useful for certain games like *Captain Toad Treasure Tracker* where a blue dot appears in the middle of the screen when you have docked mode enabled, but not handheld mode.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Setting-Controller-Profiles-By-Game-2b057c2edaf681658a57f0c199cb6083) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden Emulator set up and fully configured
|
||||
- Controller Profile Created
|
||||
- See [*Configuring Controller Profiles*](./ControllerProfiles.md) for instructions on how to do this if needed.
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. *Right-Click* the game you want to apply the profile to in the main window and select **Properties.**
|
||||
2. Navigate to the **Input Profiles** tab in the window that appears. Drop down on *Player 1 profile* (or whatever player profile you want to apply it to) and select the profile you want.
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: You may have to resize the window to see all tabs, or press the arrows by the tabs to see **Input Profiles**.
|
||||
|
||||
</aside>
|
||||
1. Click **OK** to apply the profile mapping.
|
||||
2. Launch the game and confirm that the profile is applied, regardless of what the global configuration is.
|
||||
20
docs/user/ControllerProfiles.md
Normal file
20
docs/user/ControllerProfiles.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Configuring Controller Profiles
|
||||
|
||||
Use this guide for when you want to configure specific controller settings to be reused.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Configuring-Controller-Profiles-2be57c2edaf680eabc3ac8c333ec75c4) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden Set Up and Configured
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
1. Launch Eden and wait for it to load.
|
||||
2. Navigate to *Emulation > Configure…*
|
||||
3. Select **Controls** from the left-hand menu and configure your controller for the way you want it to be in game.
|
||||
4. Select **New** and enter a name for the profile in the box that appears. Press **OK** to save the profile settings.
|
||||
5. Select **OK** to close the settings menu.
|
||||
91
docs/user/EdenFailsToLaunch_Windows.md
Normal file
91
docs/user/EdenFailsToLaunch_Windows.md
Normal file
@@ -0,0 +1,91 @@
|
||||
# Eden Fails to Launch and Does Not Leave Any Logs
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Windows-Eden-Fails-to-Launch-and-Does-Not-Leave-Any-Logs-2b057c2edaf68156b640cf1ac549870a) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
## Error Details
|
||||
|
||||
*Behavior*: Program appears not to launch or exits immediately without leaving any log entries.
|
||||
*Platform(s) Affected*:
|
||||
- **Windows**
|
||||
|
||||
**Error Log Entries:**
|
||||
|
||||
```
|
||||
None
|
||||
```
|
||||
**Example Error Message Entry in Windows Event Viewer**
|
||||
```
|
||||
Faulting application name: eden.exe, version: 0.0.0.0, time stamp: 0x6795dc3c
|
||||
Faulting module name: ntdll.dll, version: 10.0.26100.3037, time stamp: 0x95e6c489
|
||||
Exception code: 0xc0000005
|
||||
Fault offset: 0x0000000000014778
|
||||
Faulting process id: 0x2AF0
|
||||
Faulting application start time: 0x1DB7C30D2972402
|
||||
Faulting application path: C:\temp\Eden-Windows\eden.exe
|
||||
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
|
||||
Report Id: 4c8a6e13-9637-438c-b4d0-e802d279af66
|
||||
Faulting package full name:
|
||||
Faulting package-relative application ID:
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Causes
|
||||
|
||||
<aside>
|
||||
|
||||
### Issue 1: Missing C++ Redistributable
|
||||
|
||||
---
|
||||
|
||||
*Eden requires the latest C++ redistributable from Microsoft in order to run. Like many other programs, it relies on aspects and libraries included in this runtime, without it - the program cannot run.*
|
||||
|
||||
1. Download the [Latest C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) from Microsoft for your machine.
|
||||
2. Double Click the downloaded executable file and wait for the software to install.
|
||||
3. Restart the computer.
|
||||
4. Launch Eden again, if the main window appears, you are good to go. If not, proceed to the next issue.
|
||||
</aside>
|
||||
|
||||
<aside>
|
||||
|
||||
### Issue 2: Corrupted System Files
|
||||
|
||||
---
|
||||
|
||||
*A corruption of necessary system files can cause odd behaviors when Eden tries to access them. It is a very rare case and you would likely see other programs misbehaving if this is what your issue is, but you can try if you have no other options.*
|
||||
|
||||
1. Launch Eden to generate a crash.
|
||||
2. Confirm there are no logs created in the log directory.
|
||||
1. See the [How to Access Logs](./HowToAccessLogs.md) page for the log location if you need it.
|
||||
2. If there are any entries in here since you tried step 1, this is likely not your issue.
|
||||
3. Navigate to your *Windows Event Viewer* (Start Menu → **eventvwr.msc)**.
|
||||
4. Expand **Windows Logs** and select **Application.**
|
||||
|
||||
5. Look for an entry with the Level of Error, and look for a message similar to the following
|
||||
|
||||
```
|
||||
Faulting application name: Eden.exe, version: 0.0.0.0, time stamp: 0x6795dc3c
|
||||
Faulting module name: ntdll.dll, version: 10.0.26100.3037, time stamp: 0x95e6c489
|
||||
Exception code: 0xc0000005
|
||||
Fault offset: 0x0000000000014778
|
||||
Faulting process id: 0x2AF0
|
||||
Faulting application start time: 0x1DB7C30D2972402
|
||||
Faulting application path: C:\temp\Eden-Windows\Eden.exe
|
||||
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
|
||||
Report Id: 4c8a6e13-9637-438c-b4d0-e802d279af66
|
||||
Faulting package full name:
|
||||
Faulting package-relative application ID:
|
||||
```
|
||||
|
||||
6. Run a Command Prompt terminal Window as Administrator.
|
||||
7. Enter the following command and wait for it to complete. It will take a while, just be patient and do other things while it completes.
|
||||
|
||||
```
|
||||
DISM /Online /Cleanup-Image /RestoreHealth
|
||||
```
|
||||
|
||||
8. Reboot your computer.
|
||||
9. Launch Eden and verify it is now working.
|
||||
</aside>
|
||||
29
docs/user/GyroControls_SteamDeck.md
Normal file
29
docs/user/GyroControls_SteamDeck.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Getting Gyro/Motion Controls Working on Steam Deck
|
||||
Use this guide when you want to use the Steam Deck's native gyro functionality for motion controls in Eden.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Getting-Gyro-Motion-Controls-Working-on-Steam-Deck-2b057c2edaf681a1aaade35db6e0fd1b) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Steam Deck Set up and Configured
|
||||
- Eden set up and Configured
|
||||
- Internet Access
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Go into Steam Deck's Desktop Mode, and use the shortcut to launch EmuDeck.
|
||||
2. Install [SteamDeckGyroDSU](https://github.com/kmicki/SteamDeckGyroDSU/releases) by going to *3rd Party Tools > Gyroscope* and clicking **Install.**
|
||||
a. Alternatively you can install [SteamDeckGyroDSU](https://github.com/kmicki/SteamDeckGyroDSU/releases) manually following the GitHub page instructions.
|
||||
3. Upon completion of the installation. You will need to reboot your Steam Deck. Do so before continuing on.
|
||||
4. Go back into the Steam Deck Desktop Mode and open the Dolphin File Explorer.
|
||||
5. Navigate to the following directory to see you controller configuration: `/home/deck/.config/Eden`
|
||||
6. *Right-Click* the **qt-config.ini** file and open it with ***Kate***
|
||||
7. Look for the following line: `player_0_motionleft=[empty]`.
|
||||
8. Change the line to now say: `player_0_motionleft="motion:0,pad:0,port:26760,guid:0000000000000000000000007f000001,engine:cemuhookudp"`
|
||||
9. Save the file and open Eden.
|
||||
10. Launch a compatible title, like *The Legend of Zelda: Breath of the Wild*.
|
||||
11. Test the gyro capabilities, for the above mentioned title, it is accessed by holding down the **R Trigger** and moving the Steam Deck around.
|
||||
47
docs/user/HowToAccessLogs.md
Normal file
47
docs/user/HowToAccessLogs.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# How to Access Logs
|
||||
|
||||
Use this when you need to review the logs to determine an issue or provide them to a member of the Eden team.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/How-to-Access-Logs-2b057c2edaf68105a281fe1688a332d4) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
## Pre-Requisites
|
||||
|
||||
- Eden installed and run at least once
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
### Windows
|
||||
|
||||
*By default the Eden folder is stored in your AppData `C:\Users\<USER>\AppData\Roaming\Eden\log`, or the local **user** folder if you have a portable installation.*
|
||||
|
||||
<aside>
|
||||
|
||||
1. Open Eden.
|
||||
2. Navigate to *File > Open Eden Folder > Log Folder*, a Windows explorer window will appear.
|
||||
3. Your log files are now here for your review or upload.
|
||||
</aside>
|
||||
|
||||
### Steam Deck
|
||||
|
||||
*By default the Eden folder is stored in `/home/deck/.local/share/Eden`, or the local **user** folder if you have a portable installation.*
|
||||
|
||||
<aside>
|
||||
|
||||
1. Open Eden.
|
||||
2. Navigate to *File > Open Eden Folder > Log Folder*, a Dolphin file explorer window will appear.
|
||||
3. Your log files are now here for your review or upload.
|
||||
</aside>
|
||||
|
||||
### Android
|
||||
|
||||
*Logs are stored in the application data, so you wouldn't be able to access the files directly without a rooted device.*
|
||||
|
||||
<aside>
|
||||
|
||||
1. Open the Eden application on your device.
|
||||
2. Navigate to *Settings > Share Debug Logs.* You can either save it to your device or send it through some other manner supported by your device.
|
||||
</aside>
|
||||
28
docs/user/ImportingSaves_Windows.md
Normal file
28
docs/user/ImportingSaves_Windows.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Importing Saves Into Eden
|
||||
|
||||
Use this guide when you want to manually import save files for use in the Eden emulator.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Importing-Saves-Into-Eden-2b057c2edaf681fe968df8d63821ccae) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
- Eden emulator already set up and configured.
|
||||
- The save file(s) you want to import
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
1. Open Eden and wait for it to load.
|
||||
2. Start the game and create a save file to establish the directories.
|
||||
3. *Right-Click* the game for which you want to load a save in.
|
||||
4. Select *Open Save Data Location.*
|
||||
5. A File Explorer will now appear where Eden is looking for the save data for this title.
|
||||
6. Copy the save file(s) you want to import and use in Eden into this directory.
|
||||
<aside>
|
||||
|
||||
***NOTE***: Different games have different ways of saving them, it may be a single file or multiple files.
|
||||
|
||||
</aside>
|
||||
7. Close the file explorer as it is no longer needed.
|
||||
8. Launch the game in Eden and verify that the save data appears through whatever method the game implements.
|
||||
32
docs/user/InstallingAtmosphereMods.md
Normal file
32
docs/user/InstallingAtmosphereMods.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Installing Atmosphere Mods
|
||||
|
||||
Use this guide for when you want to install an Atmosphere-based mod for use in Eden.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Installing-Atmosphere-Mods-2b057c2edaf681fe8d39cbfc2d0cc799) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden already set up and functioning with keys and firmware
|
||||
- The mod you want to install
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Right-Click the game you want to apply the mod to and select **Open Mod Data Location.**
|
||||
2. Create new folder inside the mod directory with the name of the mod.
|
||||
3. Extract the downloaded mod (if applicable) to a temporary directory.
|
||||
4. Locate the ***exefs*** and ***romfs*** folders inside the extracted mod - usually *atmosphere/contents/<TITLE_ID>*.
|
||||
5. Copy the ***exefs*** and ***romfs*** folders into the mod folder you created earlier.
|
||||
6. Restart Eden.
|
||||
7. Right-Click the game you installed the mod to and hit *Configure Game*.
|
||||
8. Look in the **Add-Ons** tab and observe that the Mod Name (or whatever you named the folder to earlier) now appears on the list and is selected.
|
||||
9. Hit **OK** and launch the game. Your mod should now be active.
|
||||
<aside>
|
||||
|
||||
***NOTE:*** Your mod may not show up on the home screen initially, if it does not. Hit the refresh button in the bottom-left of the window or go back into *Configure Game* and disable the mod by unchecking it, and clicking **OK**. It should now appear on the home screen in the Add-Ons column correctly. Just go back into the *Configure Game* and enable it again if you use this method.
|
||||
|
||||
</aside>
|
||||
10. Your mod is now ready to play.
|
||||
52
docs/user/InstallingUpdates-DLC.md
Normal file
52
docs/user/InstallingUpdates-DLC.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Working with Updates/DLC in Eden
|
||||
|
||||
Use this guide when you want to install Updates or DLC for your games in Eden.
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: This applies to separate Update/DLC files, not “merged” NSP/XCI’s which include the base game and Updates/DLC applied on top of them in a single file. These files work in Eden, but would not require the following steps.
|
||||
|
||||
</aside>
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Working-with-Updates-DLC-in-Eden-2b057c2edaf681dfb65dfc4dd96980c0) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
1. Eden already setup and configured for your platform.
|
||||
2. The Update/DLC file(s) you want to install
|
||||
|
||||
---
|
||||
|
||||
## Installing Updates/DLC
|
||||
|
||||
1. Open Eden to the Main Window.
|
||||
2. Select *File > Install Files to NAND...*.
|
||||
3. Navigate to the Update/DLC files you want to install.
|
||||
<aside>
|
||||
|
||||
***TIP***: You can install multiple files at once by selecting multiple files in this window.
|
||||
|
||||
</aside>
|
||||
|
||||
4. The file(s) will be scanned for validity and then a confirmation window will appear, select *Install* to begin installation.
|
||||
<aside>
|
||||
|
||||
***TIP***: You can deselect any that you do not want to install with the checkbox by each entry.
|
||||
|
||||
</aside>
|
||||
|
||||
5. Upon installation, you will get a prompt saying it was installed successfully.
|
||||
6. Look at the *Add-Ons* column in the main window, you should now see the additional installed content reflected.
|
||||
|
||||
---
|
||||
|
||||
## Disabling Updates/DLC
|
||||
|
||||
Upon occasion you may find that you want to disable a certain DLC or Update (incompatibility with a mod, causes significant regression, etc.). Luckily the process if very easy to do so.
|
||||
|
||||
1. *Right-Click* the game for which you want to disable the additional content.
|
||||
2. Select *Configure Game.*
|
||||
3. Uncheck the box next to the DLC or Update you want to disable and hit **OK**.
|
||||
4. The listing should now reflect that it has been disabled with a **[D]** before the entry. If you load the game, you will observe that the reported version is not updated (assuming the game reports this information).
|
||||
42
docs/user/QuickStart_SteamDeck.md
Normal file
42
docs/user/QuickStart_SteamDeck.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Eden Quick Start
|
||||
|
||||
Use this guide to get starting using the Eden emulator on Steam Deck.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Eden-Quick-Start-2b757c2edaf680d49ffdcda291a32840) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Firmware dumped from your console
|
||||
- Keys extracted from your console
|
||||
- Games dumped from your console
|
||||
- Internet Connection
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Access Steam Desktop Mode.
|
||||
2. Download either the *Stable* or *Nightly* Eden AppImage onto your Steam Deck and save it somewhere accessible.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: If you have questions about the requirements, architectures, or general information surrounding what release you need - see the [*Basics Guide*](./Basics.md) and [*Architectures Guide*](./Architectures.md).
|
||||
|
||||
</aside>
|
||||
|
||||
3. Double-Click the Eden executable to launch the program.
|
||||
<aside>
|
||||
|
||||
***NOTE***: The first time you run the AppImage you will get a notification asking you to confirm you want to launch the program. Hit **Continue**.
|
||||
|
||||
</aside>
|
||||
|
||||
4. If you have had a different Switch emulator installed, it will detect and ask if you want to import those settings. Make your selection to close the screen.
|
||||
5. Eden will now launch and notify you about missing Encryption keys. Close the dialog box by hitting **OK**.
|
||||
6. Navigate to **Tools → Install Decryption Keys**, navigate to the folder containing your ***prod.keys*** file and select the file and hit **Open**.
|
||||
7. Navigate to **Tools → Install Firmware →** *Select **From Folder*** or ***From ZIP*** - depending on how your firmware is stored, navigate to where it is stored and select it.
|
||||
8. Double-Click the main window to add the folder containing your games.
|
||||
9. Go to *Emulation > Configure > Input* and set up your controller. Click **OK** to close the dialog window.
|
||||
10. Double-Click a game to run it.
|
||||
47
docs/user/QuickStart_Windows.md
Normal file
47
docs/user/QuickStart_Windows.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# Eden Quick Start
|
||||
|
||||
Use this guide to get starting using the Eden emulator.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Eden-Quick-Start-2b057c2edaf6817b9859d8bcdb474017) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
|
||||
- The [*latest C++ Redistributable*](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version) from Microsoft.
|
||||
- Eden will not even launch without it see [*Eden Fails to Launch*](./EdenFailsToLaunch.md) for more information.
|
||||
- Firmware dumped from your console
|
||||
- Keys extracted from your console
|
||||
- Games dumped from your console
|
||||
- Internet Connection
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Download either the *Stable* or *Nightly* Eden application.
|
||||
<aside>
|
||||
|
||||
***TIP***: If you have questions about the requirements, architectures, or general information surrounding what release you need - see the [*Basics Guide*](./Basics.md) and [*Architectures Guide*](./Architectures.md).
|
||||
|
||||
</aside>
|
||||
2. Extract the contents to wherever you want to store the program on your computer.
|
||||
<aside>
|
||||
|
||||
***TIP***: If you want to run Eden completely portable (everything is stored in the folder you extracted it to) - create a folder called **user** if it is not there by default.
|
||||
|
||||
</aside>
|
||||
3. Run ***Eden.exe*** to launch the program.
|
||||
|
||||
<aside>
|
||||
|
||||
***INFO***: You may get a “*Windows protected your PC”* SmartScreen message that appears. This is just Windows Defender saying it did not recognize the application and did not run it - Eden is completely safe. Click **More info** and then **Run anyway** to dismiss this message.
|
||||
|
||||
</aside>
|
||||
4. Eden will now launch and notify you about missing Decryption keys. Close the dialog box by hitting **OK**.
|
||||
5. Navigate to **Tools → Install Decryption Keys**, navigate to the folder containing your key files and select the file, you should only be able to select one.
|
||||
6. Navigate to **Tools → Install Firmware**, *Select **From Folder*** or ***From ZIP*** - depending on how your firmware is stored, navigate to where it is stored and select it.
|
||||
7. Double-Click the main window to add the folder containing your games.
|
||||
8. Go to *Emulation > Configure > Input* and set up your controller of choice. Click **OK** to close the dialog window.
|
||||
9. Double-Click a game to run it.
|
||||
29
docs/user/RunOnMacOS_MacOS.md
Normal file
29
docs/user/RunOnMacOS_MacOS.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Allowing Eden to Run on MacOS
|
||||
|
||||
Use this guide when you need to allow Eden to run on a Mac system, but are being blocked by Apple Security policy.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Allowing-Eden-to-Run-on-MacOS-2b057c2edaf681fea63dc81027efeffd) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Permissions to modify settings in MacOS
|
||||
|
||||
---
|
||||
|
||||
## Why am I Seeing This?
|
||||
|
||||
Recent versions of MacOS (Catalina & newer) introduced the **Gatekeeper** security functionality, requiring software to be signed by Apple or a trusted (aka - paying) developer. If the signature isn’t on the list of trusted ones, it will stop the program from executing and display the message above.
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Open the *System Settings* panel.
|
||||
2. Navigate to *Privacy & Security*.
|
||||
3. Scroll down and observe the following message under the **Security** settings.
|
||||
4. Select **Open Anyway** to tell your Mac that you trust the application.
|
||||
5. You will now get another window appearing to verify you want to open Eden. Select **Open Anyway**.
|
||||
6. You will be prompted for your password to authorize the request. Enter the credentials of an account that has permission to modify settings and press **OK**.
|
||||
7. Eden will now open and any subsequent launches of the program will not prompt this.
|
||||
66
docs/user/SyncthingGuide_General.md
Normal file
66
docs/user/SyncthingGuide_General.md
Normal file
@@ -0,0 +1,66 @@
|
||||
# Backing Up/Syncing Eden Game Saves
|
||||
|
||||
Use this guide for when you want to configure automated backup/syncing of your Eden save files using [*Syncthing*](https://syncthing.net/).
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Backing-Up-Syncing-Eden-Game-Saves-2b357c2edaf68000b40cfab2c2c3dc0a) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden already installed, configured, and functioning.
|
||||
- Devices to run Syncthing on.
|
||||
- Ability to allow a program to communicate through the firewall of your device.
|
||||
|
||||
---
|
||||
|
||||
## Platform Specific Setup Guides
|
||||
|
||||
- [*Windows*](./SyncthingGuide_Windows.md)
|
||||
- *MacOS (Coming Soon)*
|
||||
- *Steam Deck (Coming Soon)*
|
||||
- *Android (Coming Soon)*
|
||||
- [*Linux*](./SyncthingGuide_Linux.md)
|
||||
|
||||
---
|
||||
|
||||
## A Few Notes Before You Proceed
|
||||
|
||||
<aside>
|
||||
|
||||
***WARNING***: You should manually back up your save files before proceeding with this guide. If you incorrectly perform the steps, you risk losing them!
|
||||
|
||||
</aside>
|
||||
|
||||
- While this is a de-centralized model without the concepts of a Server/Client, Parent/Child, etc. - For the purposes of these guides, we will borrow from this models terminology to avoid sync conflicts and potential data loss. After the initial setup, all the devices in the sync network are equals and can push & pull files from any other device.
|
||||
- In order for this to work, you should get all of the save files in Eden in the save folder on the Parent.
|
||||
- If you need help doing that, see the ***Importing Saves into Eden*** guide for the platform you elect to act as the Parent, and delete the save files on the "Child" devices.
|
||||
|
||||
### Terminology
|
||||
|
||||
- **Sync Network**: All the devices configured in *Syncthing* to push/pull files.
|
||||
- **Parent**: This will be the device that you elect to push files to the other devices. There can only be one here initially in order to avoid sync conflicts.
|
||||
- **Child**: All the other devices added to the Sync Network. These devices will pull files from the Parent.
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Rather than giving a breakdown of all the platforms and configurations, those will be in the platform’s specific guides - this will serve as a general overview of Syncthing.
|
||||
|
||||
---
|
||||
|
||||
### What is Syncthing Anyway?
|
||||
|
||||
Syncthing is a continuous file synchronization program (in the layman’s - make sure 2 or more systems with the same files are always up to date). This is perfect for game saves where we would want to play on 1 device, save our game, and then continue playing it on another device. This technology is what Epic/Steam/etc. use to allow you to do this on games run through their respective services. Syncthing is an open source implementation of this technology that you control, rather than relying on a 3rd party. This has a few key benefits, most notably - better security, privacy, and speed (when on your LAN).
|
||||
|
||||
---
|
||||
|
||||
### What are some common issues?
|
||||
|
||||
Syncthing is fairly robust and doesn’t have many issues luckily, but there are some things you should watch out for (almost all of them a user issue).
|
||||
|
||||
- Sync conflicts
|
||||
- If for whatever reason you update the same file on 2 different machines, the system does not know which updated file is considered the one to sync across. This results in a ***sync conflict*** where it may not sync the files as you would expect. Worst case scenario, this can result in your save progress being lost if you are not careful. When one of these occurs, it will create a copy of the file and store it with a specific name, like this example, *Paper Mario.sync-conflict-20251102-072925-TZBBN6S.srm.* To resolve this, you must remove the other files and remove the *.sync-conflict-<TIMESTAMP>-<Syncthing Device ID>* from the file name of the file you want to keep.
|
||||
- Accidental Deletions
|
||||
- If you delete a file from one of the devices, it will also remove the file on the other devices when they perform a sync so be careful when doing this.
|
||||
96
docs/user/SyncthingGuide_Linux.md
Normal file
96
docs/user/SyncthingGuide_Linux.md
Normal file
@@ -0,0 +1,96 @@
|
||||
# Backing Up/Syncing Eden Game Saves
|
||||
|
||||
Use this guide for when you want to configure automated backup/syncing of your Eden save files using [*Syncthing*](https://syncthing.net/) on Linux.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Backing-Up-Syncing-Eden-Game-Saves-2b057c2edaf680fc8a28eba5a05fd7a3) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Read the [*Syncthing General Guide*](./SyncthingGuide_General.md).
|
||||
- Eden already installed, configured, and functioning.
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
<aside>
|
||||
|
||||
***WARNING***: You should manually back up your save files before proceeding with this guide. If you incorrectly perform the steps, you risk losing them!
|
||||
|
||||
</aside>
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: I am using Linux Mint for my guides, but the steps should translate pretty easily to your distro. I ***hope*** that if you are running Linux you know the basic operations. Steam Deck users should follow the guide specific to that platform.
|
||||
|
||||
</aside>
|
||||
|
||||
### Downloading and Installing Syncthing
|
||||
|
||||
1. Download [*Syncthing Tray*](https://flathub.org/en/apps/io.github.martchus.syncthingtray) from the Flatpak store.
|
||||
2. Launch *Syncthing Tray* to run it, select the **Start guided setup** on the splash screen that appears and press **Next**.
|
||||
3. It will then look for an existing *Syncthing* instance to pull settings from, but will likely fail to do so if you are here. Regardless, select the **Yes, continue configuration** option.
|
||||
4. Select ***Start installed Syncthing application via Syncthing Tray***, this means it will use a built in Syncthing executable rather than relying on an externally provided one. Press **Next** to continue.
|
||||
5. You will now be presented with a confirmation window with your selections, confirm they are what you want and hit **Apply** to continue.
|
||||
6. You will now be prompted with a confirmation window that has a QR code and the devices identifier - you will need one of these to add other devices to the sync system.
|
||||
7. *Syncthing/Syncthing Tray* are now installed. Press Finish to close the pop up.
|
||||
<aside>
|
||||
|
||||
***NOTE***: By default due to flatpak sandboxing limitations, Syncthing Tray will not run automatically on login. You can get around this by following the [*instructions here*](https://github.com/flathub/io.github.martchus.syncthingtray).
|
||||
|
||||
</aside>
|
||||
|
||||
---
|
||||
|
||||
### Configuring this Machine as a Parent
|
||||
|
||||
Use this when you want to set this machine as the initial source of truth (push files out to all the other devices). Afterwards they will all be equal partners, not a parent/child relationship, this just helps with initial setup.
|
||||
|
||||
1. Right-Click the *Syncthing* Tray icon in your taskbar and select **Open Syncthing.**
|
||||
1. If you don’t have a taskbar in your distro, you can also reach it directly by opening a web browser to: *http://127.0.0.1:8384/.*
|
||||
2. You will now have a browser window open up to a web GUI to configure *Syncthing*. You will get a pop up about allowing anonymous usage and setting a password, make your selections to close them.
|
||||
3. We’ll start by adding the folder with our save files that we want to sync by Pressing **+ Add Folder**.
|
||||
4. A pop-up window will appear, fill in the Folder label field with whatever you want to call it, like Switch Saves.
|
||||
5. Enter the Full folder path to where your save files are stored on this machine.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: The easiest way to do this would be to open Eden, right-click a game that has a save, hit ***Open Save Data Location,*** and then go up 1 directory. It should contain folders with the TitleID of your games.
|
||||
|
||||
It should look similar to this: ..*\nand\user\save\0000000000000000\EC573727F509799675F6E5112C581D7E*
|
||||
|
||||
</aside>
|
||||
|
||||
6. Ignore the other tabs for now and hit **Save**.
|
||||
7. The folder is now ready to be shared with other devices.
|
||||
|
||||
---
|
||||
|
||||
### Configuring this Machine as a Child
|
||||
|
||||
Use this when you want to set this machine up as a child (pull files from the other devices). Afterwards they will all be equal partners, not a parent/child relationship, this just helps with initial setup.
|
||||
|
||||
1. Install Syncthing Tray on the client device following the section above. Copy the child’s ID and store it so it is accessible to the Parent.
|
||||
2. ***ON THE PARENT***: Right-Click the *Syncthing* Tray icon in your taskbar and select **Open Syncthing** if it is not open already**.**
|
||||
3. You will now have a browser window open up to a web GUI to configure *Syncthing*. You will get a pop up about allowing anonymous usage and setting a password, make your selections to close them.
|
||||
4. Navigate down to **+ Add Remote Device**, we are going to add our Child device, so I hope you have its ID handy. If not, go back and get it.
|
||||
5. Add the ID and Name the device, the device may appear as a **nearby device**, in which case you can just click it to pre-populate the Device ID.
|
||||
6. Click the **Sharing** Tab, and check the box next to the folder you set up on the Parent (Switch Saves in my case). Hit **Save.**
|
||||
7. We are done with the parent, now **SWITCH OVER TO THE CHILD.**
|
||||
8. ***ON THE CHILD***: Right-Click the *Syncthing* Tray icon in your taskbar and select **Open Syncthing** if it is not open already.
|
||||
9. You should now see a connection request pop-up from the parent. Hit **+ Add Device** to add the device.
|
||||
10. Hit **Save** to finish adding the device.
|
||||
11. That pop-up will close and you will get notification that the device wants to share a folder now. Hit **Add.**
|
||||
12. Enter the path to the save folder in Eden and hit **Save.**
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: The easiest way to do this would be to open Eden, right-click a game that has a save, hit ***Open Save Data Location,*** and then go up 1 directory. It should contain folders with the TitleID of your games.
|
||||
|
||||
It should look similar to this: ..*\nand\user\save\0000000000000000\EC573727F509799675F6E5112C581D7E*
|
||||
|
||||
</aside>
|
||||
|
||||
13. *Syncthing* will now pull all the files from the Parent and store them in your local save directory. At this point the files are in sync and alterations to one will affect the other and both can be considered “*Parents*” for other devices you want to add. Repeat these steps for as many devices you want.
|
||||
95
docs/user/SyncthingGuide_Windows.md
Normal file
95
docs/user/SyncthingGuide_Windows.md
Normal file
@@ -0,0 +1,95 @@
|
||||
# Backing Up/Syncing Eden Game Saves
|
||||
|
||||
Use this guide for when you want to configure automated backup/syncing of your Eden save files using [*Syncthing](https://syncthing.net/)* on Windows.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Backing-Up-Syncing-Eden-Game-Saves-2b057c2edaf680f5aa9cd1c4f97121ce) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Read the [*Syncthing General Guide*](./SyncthingGuide_General.md).
|
||||
- Eden already installed, configured, and functioning.
|
||||
- Ability to allow a program to communicate through the firewall in Windows.
|
||||
- Ability to extract archive (.zip/.7z/.rar) files.
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
<aside>
|
||||
|
||||
***WARNING***: You should manually back up your save files before proceeding with this guide. If you incorrectly perform the steps, you risk losing them!
|
||||
|
||||
</aside>
|
||||
|
||||
### Downloading and Installing *Syncthing*
|
||||
|
||||
1. Download [*Syncthing Tray*](https://martchus.github.io/syncthingtray/#downloads-section).
|
||||
1. While it is available as a command line interface, for most people I would recommend *Syncthing Tray* on Windows. For most people here, you would download the **64-bit (Intel/AMD)** version.
|
||||
2. Open the downloaded archive and extract the **syncthingtray.exe** to wherever you want to store the executable.
|
||||
3. Double-Click the application to run it, select the **Start guided setup** on the splash screen that appears and press **Next**.
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: You may get a Windows Defender Smart Screen pop up, this is a known thing, just accept and run anyway.
|
||||
|
||||
</aside>
|
||||
4. It will then look for an existing Syncthing instance to pull settings from, but will likely fail to do so if you are here. Regardless, select the **Yes, continue configuration** option.
|
||||
5. Select ***Start Syncthing application that is built into Syncthing Tray***, this means it will use a built in Syncthing executable rather than relying on an externally provided one. Press **Next** to continue.
|
||||
6. Check the box to start Syncthing Tray on login - as the name implies, this means the program will run automatically whenever you log onto the computer. Press Next to continue.
|
||||
7. You will now be presented with a confirmation window with your selections, confirm they are what you want and hit **Apply** to continue.
|
||||
8. You will now be prompted with a confirmation window and a message to allow it through the firewall. Allow the access through the firewall to close that pop up. The confirmation screen has a QR code and the devices identifier - you will need one of these to add other devices to the sync system.
|
||||
9. *Syncthing/Syncthing Tray* are now installed.
|
||||
|
||||
---
|
||||
|
||||
### Configuring this Machine as a Parent
|
||||
|
||||
Use this when you want to set this machine as the initial source of truth (push files out to all the other devices). Afterwards they will all be equal partners, not a parent/child relationship, this just helps with initial setup.
|
||||
|
||||
1. Right-Click the *Syncthing* Tray icon in your taskbar and select **Open Syncthing.**
|
||||
2. You will now have a browser window open up to a web GUI to configure *Syncthing*. You will get a pop up about allowing anonymous usage and setting a password, make your selections to close them.
|
||||
3. We’ll start by adding the folder with our save files that we want to sync by Pressing **+ Add Folder**.
|
||||
4. A pop-up window will appear, fill in the Folder label field with whatever you want to call it, like Switch Saves.
|
||||
5. Enter the Full folder path to where your save files are stored on this machine.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: The easiest way to do this would be to open Eden, right-click a game that has a save, hit ***Open Save Data Location,*** and then go up 1 directory. It should contain folders with the TitleID of your games.
|
||||
|
||||
It should look similar to this: ..*\nand\user\save\0000000000000000\EC573727F509799675F6E5112C581D7E*
|
||||
|
||||
</aside>
|
||||
|
||||
6. Ignore the other tabs for now and hit **Save**.
|
||||
7. The folder is now ready to be shared with other devices.
|
||||
|
||||
---
|
||||
|
||||
### Configuring this Machine as a Child
|
||||
|
||||
Use this when you want to set this machine up as a child (pull files from the other devices). Afterwards they will all be equal partners, not a parent/child relationship, this just helps with initial setup.
|
||||
|
||||
1. Install Syncthing Tray on the client device following the section above. Copy the child’s ID and store it so it is accessible to the Parent.
|
||||
2. ***ON THE PARENT***: Right-Click the *Syncthing* Tray icon in your taskbar and select **Open Syncthing** if it is not open already**.**
|
||||
3. You will now have a browser window open up to a web GUI to configure *Syncthing*. You will get a pop up about allowing anonymous usage and setting a password, make your selections to close them.
|
||||
4. Navigate down to **+ Add Remote Device**, we are going to add our Child device, so I hope you have its ID handy. If not, go back and get it.
|
||||
5. Add the ID and Name the device, the device may appear as a **nearby device**, in which case you can just click it to pre-populate the Device ID.
|
||||
6. Click the **Sharing** Tab, and check the box next to the folder you set up on the Parent (Switch Saves in my case). Hit **Save.**
|
||||
7. We are done with the parent, now **SWITCH OVER TO THE CHILD.**
|
||||
8. ***ON THE CHILD***: Right-Click the *Syncthing* Tray icon in your taskbar and select **Open Syncthing** if it is not open already**.**
|
||||
9. You should now see a connection request from the parent. Hit **+ Add Device** to add the device.
|
||||
10. Hit **Save** to finish adding the device.
|
||||
11. That pop-up will close and you will get notification that the device wants to share a folder now. Hit **Add.**
|
||||
12. Enter the path to the save folder in Eden and hit **Save.**
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: The easiest way to do this would be to open Eden, right-click a game that has a save, hit ***Open Save Data Location,*** and then go up 1 directory. It should contain folders with the TitleID of your games.
|
||||
|
||||
It should look similar to this: ..*\nand\user\save\0000000000000000\EC573727F509799675F6E5112C581D7E*
|
||||
|
||||
</aside>
|
||||
|
||||
13. *Syncthing* will now pull all the files from the Parent and store them in your local save directory. At this point the files are in sync and alterations to one will affect the other and both can be considered “*Parents*” for other devices you want to add. Repeat these steps for as many devices you want.
|
||||
43
docs/user/UsingAmiibo_Windows.md
Normal file
43
docs/user/UsingAmiibo_Windows.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Using Amiibo with Eden
|
||||
|
||||
Use this guide when you want to load Amiibo into your games for use with the Eden emulator.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Using-Amiibo-with-Eden-2b057c2edaf681b1b28ec6be600c6d3e) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
1. The Eden Emulator fully set up and configured.
|
||||
2. The Amiibo file you want to use.
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: Eden only supports the *.bin* amiibo format, ***NOT*** the *.nfc* format.
|
||||
|
||||
</aside>
|
||||
|
||||
## Steps
|
||||
|
||||
---
|
||||
|
||||
1. Launch Eden and launch the game you want to load Amiibo for.
|
||||
<aside>
|
||||
|
||||
***TIP***: You must be in-game before you can emulate scanning an Amiibo
|
||||
|
||||
</aside>
|
||||
|
||||
1. Navigate to the Amiibo section of the game. The method for initiating the scanning varies from game to game, for *Captain Toad’s Treasure Tracker*, you need to go to the press the **+** button when on the level select. You will need to look up how to do so with your specific game.
|
||||
2. Upon activating the Amiibo scan functionality, you should get a Scan page. Eden is now looking for an Amiibo file to be loaded, which emulates scanning an Amiibo on actual hardware.
|
||||
3. Navigate to **File > Load/Remove Amiibo…**, or press the hotkey to do the same (**F2** on keyboard by default).
|
||||
4. In the file explorer that opens, navigate to the amiibo file you want to use.
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: It seems the scanning functionality is spotty and will sometimes throw a "*The current game is not looking for amiibos*” message, even though it is. Usually you just need to try loading it again or restarting the scanning from the game. In some situations it was only resolved by restarting the game.
|
||||
|
||||
</aside>
|
||||
|
||||
5. Upon loading a valid file, you will get a confirmation screen and your bonus content will be unlocked/functionality activated.
|
||||
6. Repeat with any other Amiibo you want to use.
|
||||
92
docs/user/UsingCheats_Android.md
Normal file
92
docs/user/UsingCheats_Android.md
Normal file
@@ -0,0 +1,92 @@
|
||||
# Using Cheats with Eden
|
||||
|
||||
Use this guide when you want to add cheats into a game to alter gameplay for use with the Eden emulator.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Using-Cheats-with-Eden-2b057c2edaf6818fab66c276e2304bb4) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden Emulator fully set up and configured on your Android device.
|
||||
- The cheat(s) you want to apply.
|
||||
- The **Build ID** of the game.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: The easiest way I have found to find the Build ID is by Right-Clicking the game **IN RYUJINX ON PC** and hitting **Manage Cheats**. Your Build ID will be displayed at the top.
|
||||
|
||||
Another option would be to launch the game in Eden and close it - then go into the log and look for a line like this - the first 16 characters if your Build ID. Make sure that it is the MAIN line.
|
||||
[ 27.098382] Loader <Info> core/file_sys/patch_manager.cpp:HasNSOPatch:304: Querying NSO patch existence for build_id=AEE6DCCC06D9C05B42061E2019123A61, name=main
|
||||
|
||||
</aside>
|
||||
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
### Configuring a Cheat
|
||||
|
||||
1. Create a directory somewhere accessible on your phone with the name of the cheat. The name you choose only affects how it is displayed in Eden.
|
||||
2. Create a directory inside of this folder called **cheats.**
|
||||
3. Create a new text file and copy the Hex Code of the cheat into it, optionally with the cheat name at the beginning like this example. Here this code will set the timer to 999 in *New Super Mario Bros. U Deluxe.*
|
||||
|
||||
```bash
|
||||
[Time = 999]
|
||||
58000000 00C88A70
|
||||
78001000 00000090
|
||||
64000000 00000000 003E6F00
|
||||
```
|
||||
|
||||
4. Save the file as a **txt** file with the Build ID of the game. For my example, my Build ID is **AEE6DCCC06D9C05B** so my file would be `AEE6DCCC06D9C05B.txt`.
|
||||
5. Open Eden and press and hold the game you want to apply the cheat to.
|
||||
6. Scroll down on the properties until you see **Add-ons**, select this option.
|
||||
7. Select + **Install** then select **Mods and cheats** and **OK** on the window that appears.
|
||||
8. A file explorer will now appear. Navigate to the directory created in step 1 and select the folder.
|
||||
|
||||
<aside>
|
||||
|
||||
***INFO***: Make sure you select the correct directory or it will not work, the screen should show the **cheats** sub-directory.
|
||||
|
||||
</aside>
|
||||
2. You should now see the cheat appear in the **Add-ons** screen.
|
||||
3. Launch the game and confirm that the cheat is applied.
|
||||
|
||||
---
|
||||
|
||||
### Multiple Cheats
|
||||
|
||||
In order to install multiple cheats, you must repeat the steps above with the new cheat, creating a new directory with the name of the cheat and cheats directory. You **cannot** install multiple cheats with a single file.
|
||||
|
||||
Community Member [Ninjistix](https://github.com/Ninjistix) created a utility (Windows or anything that can run Python) that can take a file with multiple cheats and create the files/structure for you with a provided Build ID. To download and run it, see the [GitHub Project](https://github.com/Ninjistix/nxCheat_Splitter) page.
|
||||
|
||||
**Example cheat TXT file with multiple cheats. It must be in this format to work:**
|
||||
```
|
||||
[Super Mario Bros. Wonder - Various] <- Optional
|
||||
|
||||
[♯ 1. Always Star Power]
|
||||
040E0000 00880580 52800035
|
||||
|
||||
[♯ 2. Star Power + Bubble Mode (Invincible)]
|
||||
040E0000 00880580 52800075
|
||||
|
||||
[♯ 3. Can Fast Travel to Any Course and World]
|
||||
040E0000 00935E10 52800036
|
||||
040E0000 0048A528 52800028
|
||||
040E0000 005D9F58 52800028
|
||||
|
||||
[♯ 4. Got All Top of Flag Poles]
|
||||
040E0000 0048A818 52800028
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Enabling/Disabling Cheats
|
||||
|
||||
Cheats are enabled by default, but can be disabled so they don’t affect gameplay fairly easily using the game properties.
|
||||
|
||||
1. Open Eden and press and hold the game you want to apply the cheat to.
|
||||
2. Scroll down on the properties until you see **Add-ons**, select this option.
|
||||
3. *Select/Deselect* the name of the cheat you wish to enable/disable.
|
||||
4. Click **OK** to close the window.
|
||||
5. Launch the game to confirm the cheat is/is not active.
|
||||
83
docs/user/UsingCheats_Windows.md
Normal file
83
docs/user/UsingCheats_Windows.md
Normal file
@@ -0,0 +1,83 @@
|
||||
# Using Cheats with Eden
|
||||
|
||||
Use this guide when you want to add cheats into a game to alter gameplay for use with the Eden emulator.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Using-Cheats-with-Eden-2b057c2edaf6818fab66c276e2304bb4) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Eden Emulator fully set up and configured
|
||||
- The cheat(s) you want to apply
|
||||
- The **Build ID** of the game.
|
||||
|
||||
<aside>
|
||||
|
||||
***TIP***: The easiest way I have found to find the Build ID is by Right-Clicking the game **IN RYUJINX** and hitting **Manage Cheats**. Your Build ID will be displayed at the top.
|
||||
|
||||
Another option would be to launch the game in Eden and close it - then go into the log and look for a line like this - the first 16 characters if your Build ID. **Make sure that it is the MAIN line**.
|
||||
`[ 27.098382] Loader <Info> core/file_sys/patch_manager.cpp:HasNSOPatch:304: Querying NSO patch existence for build_id=AEE6DCCC06D9C05B42061E2019123A61, name=main`
|
||||
|
||||
</aside>
|
||||
|
||||
## Steps
|
||||
|
||||
---
|
||||
|
||||
### Configuring a Cheat
|
||||
|
||||
1. Copy the Hex Code of the cheat into a text file, optionally with the cheat name at the beginning like the example. Here this code will set the timer to 999 in *New Super Mario Bros. U Deluxe.*
|
||||
|
||||
```bash
|
||||
[Time = 999]
|
||||
58000000 00C88A70
|
||||
78001000 00000090
|
||||
64000000 00000000 003E6F00
|
||||
```
|
||||
|
||||
1. Save the file as a **txt** file with the Build ID of the game. For my example, my Build ID is **AEE6DCCC06D9C05B** so my file would be `AEE6DCCC06D9C05B.txt`.
|
||||
2. Launch Eden and wait for the program to load.
|
||||
3. *Right-Click* the game in Eden and select **Open Mod Data Location**. A file explorer window should appear.
|
||||
4. Create a folder inside of the file explorer window with the name of the cheat. This name does not matter and only affects how it appears in the game properties inside of Eden.
|
||||
5. Navigate inside of this folder and create another folder called **cheats.**
|
||||
6. Move the txt file you created earlier into this **cheats** folder. (e.g. `<mod_location>/Time 999/cheats/AEE6DCCC06D9C05B.txt` )
|
||||
7. Go back to Eden and *right-click* the game. Select *Configure Game* and you should now see the cheat you created appear in the **Add-Ons** section with the name of the folder from step 6.
|
||||
8. Launch the game to verify that the cheat is enabled.
|
||||
|
||||
### Multiple Cheats
|
||||
|
||||
In order to install multiple cheats, you must repeat the steps above with the new cheat, creating a new directory with the name of the cheat and cheats directory. You **cannot** install multiple cheats with a single file.
|
||||
|
||||
Community Member [Ninjistix](https://github.com/Ninjistix) created a utility (Windows or anything that can run Python) that can take a file with multiple cheats and create the files/structure for you with a provided Build ID. To download and run it, see the [GitHub Project](https://github.com/Ninjistix/nxCheat_Splitter) page.
|
||||
|
||||
**Example cheat TXT file with multiple cheats. It must be in this format to work:**
|
||||
```
|
||||
[Super Mario Bros. Wonder - Various] <- Optional
|
||||
|
||||
[♯ 1. Always Star Power]
|
||||
040E0000 00880580 52800035
|
||||
|
||||
[♯ 2. Star Power + Bubble Mode (Invincible)]
|
||||
040E0000 00880580 52800075
|
||||
|
||||
[♯ 3. Can Fast Travel to Any Course and World]
|
||||
040E0000 00935E10 52800036
|
||||
040E0000 0048A528 52800028
|
||||
040E0000 005D9F58 52800028
|
||||
|
||||
[♯ 4. Got All Top of Flag Poles]
|
||||
040E0000 0048A818 52800028
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Enabling/Disabling Cheats
|
||||
|
||||
Cheats are enabled by default, but can be disabled so they don’t affect gameplay fairly easily using the game properties.
|
||||
|
||||
1. *Right-Click* the game and select *Configure Game*.
|
||||
2. In the **Add-Ons** section, locate the cheat you wish to enable.
|
||||
3. *Select/Deselect* the name of the cheat you wish to enable/disable.
|
||||
4. Click **OK** to close the window.
|
||||
5. Launch the game to confirm the cheat is/is not active.
|
||||
@@ -235,6 +235,12 @@ class EmulationActivity : AppCompatActivity(), SensorEventListener {
|
||||
}
|
||||
|
||||
override fun dispatchKeyEvent(event: KeyEvent): Boolean {
|
||||
|
||||
if (event.keyCode == KeyEvent.KEYCODE_VOLUME_UP ||
|
||||
event.keyCode == KeyEvent.KEYCODE_VOLUME_DOWN) {
|
||||
return super.dispatchKeyEvent(event)
|
||||
}
|
||||
|
||||
val isPhysicalKeyboard = event.source and InputDevice.SOURCE_KEYBOARD == InputDevice.SOURCE_KEYBOARD &&
|
||||
event.device?.isVirtual == false
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Enhanced)</string>
|
||||
<string name="process_ram">Process RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">بناء</string>
|
||||
<string name="shaders_suffix">تظليل(ات)</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">ابدأ الآن</string>
|
||||
<string name="keys">المفاتيح</string>
|
||||
<string name="keys_description">حدد ملف <b>prod.keys</b> الخاص بك باستخدام الزر أدناه.</string>
|
||||
<string name="select_keys">حدد المفاتيح</string>
|
||||
<string name="firmware">الفيرموير</string>
|
||||
<string name="firmware_description">حدد ملف <b>firmware.zip</b> الخاص بك باستخدام الزر أدناه.</string>
|
||||
<string name="select_firmware">حدد الفيرموير</string>
|
||||
<string name="games">الألعاب</string>
|
||||
<string name="games_description">حدد مجلد <b>الألعاب</b> الخاص بك باستخدام الزر أدناه.</string>
|
||||
<string name="done">إنهاء</string>
|
||||
<string name="done_description">أنت جاهز تمامًا.\nاستمتع بألعابك!</string>
|
||||
<string name="text_continue">متابعة</string>
|
||||
<string name="next">التالي</string>
|
||||
<string name="back">عودة</string>
|
||||
<string name="add_games">إضافة الألعاب</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">الإشعارات</string>
|
||||
<string name="notifications_description">امنح الإذن بالإشعار باستخدام الزر أدناه.</string>
|
||||
<string name="give_permission">منح الإذن</string>
|
||||
<string name="notification_warning">تخطي منح إذن الإشعارات؟</string>
|
||||
<string name="notification_warning_description">لن تتمكن Eden من إشعارك بالمعلومات المهمة.</string>
|
||||
<string name="permission_denied">تم رفض الإذن</string>
|
||||
<string name="permission_denied_description">لقد رفضت هذا الإذن عدة مرات ويتعين عليك الآن منحه يدويًا في إعدادات النظام</string>
|
||||
<string name="about">حول</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">ئاگادارکردنەوەکان پیشان دەدات کاتێک شتێک بە هەڵەدا دەچێت.</string>
|
||||
<string name="notification_permission_not_granted">مۆڵەتی ئاگادارکردنەوە نەدراوە!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(پێشکەوتوو)</string>
|
||||
<string name="process_ram">RAMی پرۆسە: %1$d MB</string>
|
||||
<string name="shaders_prefix">بیناکردنی</string>
|
||||
<string name="shaders_suffix">شەیدەر(ەکان)</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">دەست پێبکە</string>
|
||||
<string name="keys">کلیلەکان</string>
|
||||
<string name="keys_description">فایلی <b>prod.keys</b> هەڵبژێرە بە دوگمەی خوارەوە.</string>
|
||||
<string name="select_keys">کلیلەکان هەڵبژێرە</string>
|
||||
<string name="firmware">فریموێر</string>
|
||||
<string name="select_firmware">هەڵبژاردنی فریموێر</string>
|
||||
<string name="games">یاریەکان</string>
|
||||
<string name="games_description">فۆڵدەری <b>Games</b> هەڵبژێرە بە دوگمەی خوارەوە.</string>
|
||||
<string name="done">تەواو</string>
|
||||
<string name="text_continue">بەردەوام بوون</string>
|
||||
<string name="next">دواتر</string>
|
||||
<string name="back">گەڕانەوە</string>
|
||||
<string name="add_games">زیادکردنی یاری</string>
|
||||
@@ -249,9 +245,6 @@
|
||||
<string name="install_firmware_warning_description">زۆر یاری پێویستیان بە فریموێر هەیە بۆ ئەوەی باش کار بکەن.</string>
|
||||
<string name="notifications">ئاگادارکردنەوەکان</string>
|
||||
<string name="notifications_description">بە دوگمەی خوارەوە مۆڵەتی ئاگادارکردنەوەکە بدە.</string>
|
||||
<string name="give_permission">مۆڵەت بدە</string>
|
||||
<string name="notification_warning">پێدانی مۆڵەتی ئاگادارکردنەوە تێپەڕدەکەیت؟</string>
|
||||
<string name="notification_warning_description">یوزو ناتوانێت لە زانیاری گرنگ ئاگادارت بکاتەوە.</string>
|
||||
<string name="permission_denied">مۆڵەت پێدان ڕەتکرایەوە</string>
|
||||
<string name="permission_denied_description">زۆر جار ئەم مۆڵەتەت ڕەتکردۆتەوە و ئێستا دەبێت بە دەستی ڕێگەپێدان بکەیت لە ڕێکخستنەکانی سیستەمدا.</string>
|
||||
<string name="about">دەربارە</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">Ukáže oznámení v případě chyby.</string>
|
||||
<string name="notification_permission_not_granted">Oznámení nejsou oprávněna!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Vylepšený)</string>
|
||||
<string name="process_ram">RAM procesu: %1$d MB</string>
|
||||
<string name="shaders_prefix">Sestavování</string>
|
||||
<string name="shaders_suffix">shaderů</string>
|
||||
@@ -214,12 +213,9 @@
|
||||
<string name="welcome">Vítejte!</string>
|
||||
<string name="get_started">Začít</string>
|
||||
<string name="keys">Klíče</string>
|
||||
<string name="select_keys">Vybrat klíče</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Vybrat firmware</string>
|
||||
<string name="games">Hry</string>
|
||||
<string name="done">Hotovo</string>
|
||||
<string name="text_continue">Pokračovat</string>
|
||||
<string name="next">Další</string>
|
||||
<string name="back">Zpět</string>
|
||||
<string name="add_games">Přidat hry</string>
|
||||
@@ -240,9 +236,6 @@
|
||||
<string name="install_firmware_warning">Přeskočit přidání firmwaru?</string>
|
||||
<string name="install_firmware_warning_description">Mnoho her vyžaduje přístup k firmwaru pro správnou funkci.</string>
|
||||
<string name="notifications">Oznámení</string>
|
||||
<string name="give_permission">Udělit oprávnění</string>
|
||||
<string name="notification_warning">Přeskočit udělení oprávnění k oznámení?</string>
|
||||
<string name="notification_warning_description">Eden vám nebude schopno oznámit důležité informace.</string>
|
||||
<string name="permission_denied">Oprávnění zamítnuto</string>
|
||||
<string name="permission_denied_description">Zamítnul jste toto oprávnění příliš mnohokrát, musíte manuálně udělit oprávnění v nastavení systému.</string>
|
||||
<string name="about">O aplikaci</string>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<string name="value_too_high">Wert darf höchstens %1$d betragen</string>
|
||||
<string name="input_overlay_options">Eingabe-Overlay</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Erweitert)</string>
|
||||
<string name="process_ram">Prozess-RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">Erstelle</string>
|
||||
<string name="shaders_suffix">Shader</string>
|
||||
@@ -224,14 +223,11 @@
|
||||
<string name="get_started">Erste Schritte</string>
|
||||
<string name="keys">Schlüssel</string>
|
||||
<string name="keys_description">Wähle deine <b>prod.keys</b> Datei mit dem Button unten aus.</string>
|
||||
<string name="select_keys">Schlüssel auswählen</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Firmware auswählen</string>
|
||||
<string name="games">Spiele</string>
|
||||
<string name="games_description">Wähle mit dem Knopf unten den <b>Spiele</b>-Ordner aus.</string>
|
||||
<string name="done">Fertig</string>
|
||||
<string name="done_description">Du bist start klar.\nViel Spaß mit deinen Spielen!</string>
|
||||
<string name="text_continue">Fortsetzen</string>
|
||||
<string name="next">Weiter</string>
|
||||
<string name="back">Zurück</string>
|
||||
<string name="add_games">Spiele hinzufügen</string>
|
||||
@@ -268,9 +264,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Benachrichtigungen</string>
|
||||
<string name="notifications_description">Erteile mit dem Knopf unten die Berechtigung, Benachrichtigungen zu senden.</string>
|
||||
<string name="give_permission">Berechtigung erteilen</string>
|
||||
<string name="notification_warning">Erteilung der Benachrichtigungsberechtigung überspringen\?</string>
|
||||
<string name="notification_warning_description">Eden wird dich nicht über wichtige Informationen benachrichtigen können.</string>
|
||||
<string name="permission_denied">Zugriff verweigert</string>
|
||||
<string name="permission_denied_description">Du hast diese Berechtigung zu oft verweigert und musst sie nun manuell in den Systemeinstellungen erteilen.</string>
|
||||
<string name="about">Über</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Mejorado)</string>
|
||||
<string name="process_ram">Proceso de RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">Compilando</string>
|
||||
<string name="shaders_suffix">Sombreador(es)</string>
|
||||
@@ -238,15 +237,12 @@
|
||||
<string name="get_started">Empezar</string>
|
||||
<string name="keys">Claves</string>
|
||||
<string name="keys_description">Selecciona tu archivo <b>prod.keys</b> utilizando el botón de abajo.</string>
|
||||
<string name="select_keys">Seleccionar las claves</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="firmware_description">Seleccione su archivo <b> firmware.zip </b> con el botón de abajo.</string>
|
||||
<string name="select_firmware">Seleccionar firmware</string>
|
||||
<string name="games">Juegos</string>
|
||||
<string name="games_description">Selecciona la carpeta <b>Juegos</b> utilizando el botón de abajo</string>
|
||||
<string name="done">Hecho</string>
|
||||
<string name="done_description">Ya está todo listo.\n¡Disfrute de tus juegos!</string>
|
||||
<string name="text_continue">Continuar</string>
|
||||
<string name="next">Siguiente</string>
|
||||
<string name="back">Atrás</string>
|
||||
<string name="add_games">Añadir Juegos</string>
|
||||
@@ -286,9 +282,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Notificaciones</string>
|
||||
<string name="notifications_description">Otorga el permiso de notificación con el botón de abajo.</string>
|
||||
<string name="give_permission">Conceder permiso</string>
|
||||
<string name="notification_warning">¿Omitir conceder el permiso de notificación?</string>
|
||||
<string name="notification_warning_description">Eden no podrá notificarte información importante.</string>
|
||||
<string name="permission_denied">Permiso denegado</string>
|
||||
<string name="permission_denied_description">Se ha denegado este permiso demasiadas veces y ahora debes otorgarlo de forma manual en la configuración del sistema.</string>
|
||||
<string name="about">Acerca de</string>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<string name="notification_permission_not_granted">مجوز اعلان داده نشده!</string>
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(بهبودیافته)</string>
|
||||
<string name="process_ram">حافظه فرآیند: %1$d مگابایت</string>
|
||||
<string name="shaders_prefix">در حال ساخت</string>
|
||||
<string name="shaders_suffix">شیدر(ها)</string>
|
||||
@@ -275,15 +274,12 @@
|
||||
<string name="get_started">شروع کنید</string>
|
||||
<string name="keys">کلیدها</string>
|
||||
<string name="keys_description">فایل <b>prod.keys</b> خود را با دکمه زیر انتخاب کنید.</string>
|
||||
<string name="select_keys">انتخاب کلیدها</string>
|
||||
<string name="firmware">فریمور</string>
|
||||
<string name="firmware_description">فایل <b>firmware.zip</b> خود را با دکمه زیر انتخاب کنید.\nاکنون ایدن به نسخه <b>19.0.1</b> یا پایینتر نیاز دارد.</string>
|
||||
<string name="select_firmware">انتخاب فریمور</string>
|
||||
<string name="games">بازیها</string>
|
||||
<string name="games_description">پوشه <b>بازیها</b> خود را با دکمه زیر انتخاب کنید.</string>
|
||||
<string name="done">انجام شد</string>
|
||||
<string name="done_description">همه چیز آماده است.\nاز بازیهای خود لذت ببرید!</string>
|
||||
<string name="text_continue">ادامه</string>
|
||||
<string name="next">بعدی</string>
|
||||
<string name="back">قبلی</string>
|
||||
<string name="add_games">افزودن بازیها</string>
|
||||
@@ -314,9 +310,6 @@
|
||||
<string name="install_firmware_warning_description">بسیاری از بازیها برای اجرای صحیح به دسترسی به فریمور نیاز دارند.</string>
|
||||
<string name="notifications">اعلانها</string>
|
||||
<string name="notifications_description">مجوز اعلان را با دکمه زیر اعطا کنید.</string>
|
||||
<string name="give_permission">اجازه بدهید</string>
|
||||
<string name="notification_warning">دادن مجوز اعلان را رد میکنید؟</string>
|
||||
<string name="notification_warning_description">Eden نمیتواند شما را از اطلاعات مهم مطلع کند.</string>
|
||||
<string name="permission_denied">دسترسی داده نشد</string>
|
||||
<string name="permission_denied_description">شما بارها این دسترسی را رد کردید و اکنون باید آن را به صورت دستی در تنظیمات سیستم اعطا کنید.</string>
|
||||
<string name="about">درباره</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Amélioré)</string>
|
||||
<string name="process_ram">RAM processus: %1$d Mo</string>
|
||||
<string name="shaders_prefix">Compilation</string>
|
||||
<string name="shaders_suffix">Shader(s)</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">Commencer</string>
|
||||
<string name="keys">Clés</string>
|
||||
<string name="keys_description">Sélectionnez votre fichier <b>prod.keys</b> avec le bouton ci-dessous.</string>
|
||||
<string name="select_keys">Sélectionner les clés</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="firmware_description">Sélectionnez votre fichier <b>firmware.zip</b> avec le bouton ci‑dessous.</string>
|
||||
<string name="select_firmware">Sélectionner le firmware</string>
|
||||
<string name="games">Jeux</string>
|
||||
<string name="games_description">Sélectionnez votre dossier <b>de Jeux</b> avec le bouton ci-dessous.</string>
|
||||
<string name="done">Terminé</string>
|
||||
<string name="done_description">Vous êtes prêt.\nProfitez de vos jeux !</string>
|
||||
<string name="text_continue">Continuer</string>
|
||||
<string name="next">Suivant</string>
|
||||
<string name="back">Retour</string>
|
||||
<string name="add_games">Ajouter des jeux</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="notifications_description">Accorder la permission de notification avec le bouton ci-dessous.</string>
|
||||
<string name="give_permission">Accorder la permission</string>
|
||||
<string name="notification_warning">Ne pas accorder la permission de notification ?</string>
|
||||
<string name="notification_warning_description">Eden ne pourra pas vous communiquer d\'informations importantes.</string>
|
||||
<string name="permission_denied">Permission refusée</string>
|
||||
<string name="permission_denied_description">Vous avez refusé cette permission trop de fois et vous devez maintenant l\'accorder manuellement dans les paramètres système.</string>
|
||||
<string name="about">À propos</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">מציג התראות כאשר משהו הולך לא כשורה.</string>
|
||||
<string name="notification_permission_not_granted">הרשאות התראות לא ניתנה!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(משופר)</string>
|
||||
<string name="process_ram">זיכרון תהליך: %1$d MB</string>
|
||||
<string name="shaders_prefix">בונה</string>
|
||||
<string name="shaders_suffix">שיידר(ים)</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">כדי להתחיל</string>
|
||||
<string name="keys">מפתחות</string>
|
||||
<string name="keys_description">בחר את קובץ ה <b>prod.keys</b> שלך עם הכפתור למטה.</string>
|
||||
<string name="select_keys">בחר מפתחות</string>
|
||||
<string name="firmware">קושחה</string>
|
||||
<string name="select_firmware">בחירת קושחה</string>
|
||||
<string name="games">משחקים</string>
|
||||
<string name="games_description">בחר את התיקיית ה <b>Games</b> שלך עם הכפתור למטה.</string>
|
||||
<string name="done">סיום</string>
|
||||
<string name="text_continue">המשך</string>
|
||||
<string name="next">הבא</string>
|
||||
<string name="back">אחורה</string>
|
||||
<string name="add_games">הוסף משחקים</string>
|
||||
@@ -253,9 +249,6 @@
|
||||
<string name="install_firmware_warning_description">משחקים רבים דורשים גישה לקושחה כדי לפעול כראוי.</string>
|
||||
<string name="notifications">התראות</string>
|
||||
<string name="notifications_description">תן גישה להתראות עם הכפתור למטה.</string>
|
||||
<string name="give_permission">תן הרשאה</string>
|
||||
<string name="notification_warning">דלג על מתן הרשאה להתראות?</string>
|
||||
<string name="notification_warning_description">Eden לא יוכל להתריע לך על מידע חשוב.</string>
|
||||
<string name="permission_denied">הרשאה נדחתה</string>
|
||||
<string name="permission_denied_description">את/ה דיחת את ההרשאה יותר מדי פעמים ועכשיו את/ה צריך/ה לתת גישה באופן ידני בהגדרות.</string>
|
||||
<string name="about">אודות</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">Értesítések megjelenítése, ha valami rosszul sül el.</string>
|
||||
<string name="notification_permission_not_granted">Nincs engedély az értesítés megjelenítéséhez!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Továbbfejlesztett)</string>
|
||||
<string name="process_ram">Processz RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">Shader(ek)</string>
|
||||
<string name="shaders_suffix">fordítása</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">Vágjunk bele</string>
|
||||
<string name="keys">Kulcsok</string>
|
||||
<string name="keys_description">Válaszd ki a <b>prod.keys</b> fájlodat az alábbi gombbal.</string>
|
||||
<string name="select_keys">Kulcsok kiválasztása</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Firmware kiválasztása</string>
|
||||
<string name="games">Játékok</string>
|
||||
<string name="games_description">Válaszd ki a <b>Játékok</b> mappát az alábbi gombbal.</string>
|
||||
<string name="done">Kész</string>
|
||||
<string name="text_continue">Folytatás</string>
|
||||
<string name="next">Következő</string>
|
||||
<string name="back">Vissza</string>
|
||||
<string name="add_games">Játékok hozzáadása</string>
|
||||
@@ -252,9 +248,6 @@
|
||||
<string name="install_firmware_warning_description">Sok játék megfelelő működéséhez firmware szükséges.</string>
|
||||
<string name="notifications">Értesítések</string>
|
||||
<string name="notifications_description">Értesítési engedélyek megadása az alábbi gombbal.</string>
|
||||
<string name="give_permission">Engedély megadása</string>
|
||||
<string name="notification_warning">Kihagyod az értesítési engedély megadását?</string>
|
||||
<string name="notification_warning_description">Eden nem fog tudni értesíteni a fontos információkról</string>
|
||||
<string name="permission_denied">Engedély megtagadva</string>
|
||||
<string name="permission_denied_description">Túl gyakran utasítottad el a hozzáférést, így manuálisan kell jóváhagynod a rendszer beállításokban.</string>
|
||||
<string name="about">Névjegy</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Ditingkatkan)</string>
|
||||
<string name="process_ram">RAM Proses: %1$d MB</string>
|
||||
<string name="shaders_prefix">Membangun</string>
|
||||
<string name="shaders_suffix">Shader</string>
|
||||
@@ -238,14 +237,11 @@
|
||||
<string name="get_started">Memulai</string>
|
||||
<string name="keys">Kunci</string>
|
||||
<string name="keys_description">Pilih file <b>prod.keys</b> Anda dengan tombol di bawah ini.</string>
|
||||
<string name="select_keys">Pilih Kunci</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Pilih Firmware</string>
|
||||
<string name="games">Permainan</string>
|
||||
<string name="games_description">Pilih folder <b>Games</b> Anda dengan tombol di bawah ini.</string>
|
||||
<string name="done">Selesai</string>
|
||||
<string name="done_description">Semuanya telah siap.\nNikmati permainanmu!</string>
|
||||
<string name="text_continue">Lanjut</string>
|
||||
<string name="next">Berikutnya</string>
|
||||
<string name="back">Kembali</string>
|
||||
<string name="add_games">Tambahkan permainan</string>
|
||||
@@ -282,9 +278,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Notifikasi</string>
|
||||
<string name="notifications_description">Berikan izin notifikasi dengan tombol di bawah ini.</string>
|
||||
<string name="give_permission">Berikan izin</string>
|
||||
<string name="notification_warning">Lewati pemberian izin notifikasi?</string>
|
||||
<string name="notification_warning_description">Eden tidak akan dapat memberi tahu Anda tentang informasi penting.</string>
|
||||
<string name="permission_denied">Izin ditolak</string>
|
||||
<string name="permission_denied_description">Kamu terlalu sering menolak izin ini dan sekarang anda harus memberikannya secara manual di pengaturan sistem.</string>
|
||||
<string name="about">Tentang</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Migliorato)</string>
|
||||
<string name="process_ram">RAM processo: %1$d MB</string>
|
||||
<string name="shaders_prefix">Compilazione</string>
|
||||
<string name="shaders_suffix">shader</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">Iniziare</string>
|
||||
<string name="keys">Chiavi</string>
|
||||
<string name="keys_description">Seleziona il tuo file <b>prod.keys</b> con il pulsante in basso.</string>
|
||||
<string name="select_keys">Seleziona le chiavi</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="firmware_description">Seleziona il tuo file <b>firmware.zip</b>con il pulsante in basso.</string>
|
||||
<string name="select_firmware">Seleziona Firmware</string>
|
||||
<string name="games">Giochi</string>
|
||||
<string name="games_description">Seleziona la cartella dei <b>giochi</b> con il pulsante in basso.</string>
|
||||
<string name="done">Fatto</string>
|
||||
<string name="done_description">È tutto pronto.\nBuon divertimento con i tuoi giochi!</string>
|
||||
<string name="text_continue">Continua</string>
|
||||
<string name="next">Successivo</string>
|
||||
<string name="back">Indietro</string>
|
||||
<string name="add_games">Aggiungi giochi</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Notifiche</string>
|
||||
<string name="notifications_description">Concedi l\'autorizzazione alle notifiche con il pulsante in basso.</string>
|
||||
<string name="give_permission">Concedere l\'autorizzazione</string>
|
||||
<string name="notification_warning">Saltare la concessione dell\'autorizzazione alle notifiche?</string>
|
||||
<string name="notification_warning_description">Eden non sarà in grado di notificarti informazioni importanti.</string>
|
||||
<string name="permission_denied">Permesso negato</string>
|
||||
<string name="permission_denied_description">Hai negato l\'autorizzazione troppe volte ed ora devi concederla manualmente nelle impostazioni di sistema.</string>
|
||||
<string name="about">Informazioni</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">問題の発生時に通知を表示します。</string>
|
||||
<string name="notification_permission_not_granted">通知が許可されていません!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(強化)</string>
|
||||
<string name="process_ram">プロセスRAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">シェーダー</string>
|
||||
<string name="shaders_suffix">を構築中</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">はじめる</string>
|
||||
<string name="keys">キー</string>
|
||||
<string name="keys_description">下のボタンから <b>prod.keys</b> ファイルを選択してください。</string>
|
||||
<string name="select_keys">キーを選択</string>
|
||||
<string name="firmware">ファームウェア</string>
|
||||
<string name="select_firmware">ファームウェアを選択</string>
|
||||
<string name="games">ゲーム</string>
|
||||
<string name="games_description">下のボタンから<b>ゲーム</b>のあるフォルダを選択してください。</string>
|
||||
<string name="done">完了</string>
|
||||
<string name="text_continue">続行</string>
|
||||
<string name="next">次へ</string>
|
||||
<string name="back">戻る</string>
|
||||
<string name="add_games">ゲームを追加</string>
|
||||
@@ -255,9 +251,6 @@
|
||||
<string name="install_firmware_warning_description">多くのゲームは正常に動作するためにファームウェアへのアクセスが必要です。</string>
|
||||
<string name="notifications">通知</string>
|
||||
<string name="notifications_description">下のボタンで通知を許可してください。</string>
|
||||
<string name="give_permission">許可</string>
|
||||
<string name="notification_warning">通知の許可をスキップしますか?</string>
|
||||
<string name="notification_warning_description">Edenは重要なお知らせを通知できません。</string>
|
||||
<string name="permission_denied">権限が拒否されました</string>
|
||||
<string name="permission_denied_description">この権限を複数回拒否したため、設定から手動で許可する必要があります。</string>
|
||||
<string name="about">情報</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">문제가 발생하면 알림을 표시합니다.</string>
|
||||
<string name="notification_permission_not_granted">알림 권한이 부여되지 않았습니다!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(향상됨)</string>
|
||||
<string name="process_ram">프로세스 RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">셰이더</string>
|
||||
<string name="shaders_suffix">빌드 중</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">시작하기</string>
|
||||
<string name="keys">키 설정</string>
|
||||
<string name="keys_description">아래 버튼으로 <b>prod.keys</b> 파일을 선택합니다.</string>
|
||||
<string name="select_keys">키 선택</string>
|
||||
<string name="firmware">펌웨어</string>
|
||||
<string name="select_firmware">펌웨어 선택</string>
|
||||
<string name="games">게임</string>
|
||||
<string name="games_description">아래 버튼으로 <b>게임</b> 폴더를 선택합니다.</string>
|
||||
<string name="done">완료</string>
|
||||
<string name="text_continue">계속</string>
|
||||
<string name="next">다음</string>
|
||||
<string name="back">이전</string>
|
||||
<string name="add_games">게임 추가</string>
|
||||
@@ -253,9 +249,6 @@
|
||||
<string name="install_firmware_warning_description">많은 게임이 제대로 작동하려면 펌웨어에 액세스해야 합니다.</string>
|
||||
<string name="notifications">알림</string>
|
||||
<string name="notifications_description">아래 버튼으로 알림 권한을 부여합니다.</string>
|
||||
<string name="give_permission">알림 켜기</string>
|
||||
<string name="notification_warning">알림을 끄겠습니까?</string>
|
||||
<string name="notification_warning_description">Eden가 중요한 정보를 알려드리지 않습니다.</string>
|
||||
<string name="permission_denied">권한 거부됨</string>
|
||||
<string name="permission_denied_description">권한 허용을 너무 많이 거부하여 시스템 설정에서 수동으로 권한을 부여해야 합니다.</string>
|
||||
<string name="about">정보</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">Viser varsler når noe går galt.</string>
|
||||
<string name="notification_permission_not_granted">Varslingstillatelse ikke gitt!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Forbedret)</string>
|
||||
<string name="process_ram">Prosess-RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">Bygger</string>
|
||||
<string name="shaders_suffix">shader(e)</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">Kom i gang</string>
|
||||
<string name="keys">Nøkler</string>
|
||||
<string name="keys_description">Velg din <b>prod.keys</b> fil ved å bruke knappen under.</string>
|
||||
<string name="select_keys">Velg nøkler</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Velg Firmware</string>
|
||||
<string name="games">Spill</string>
|
||||
<string name="games_description">Velg din <b>Spill</b> mappe ved å bruke knappen under.</string>
|
||||
<string name="done">Ferdig</string>
|
||||
<string name="text_continue">Fortsett</string>
|
||||
<string name="next">Neste</string>
|
||||
<string name="back">Tilbake</string>
|
||||
<string name="add_games">Legg til spill</string>
|
||||
@@ -249,9 +245,6 @@
|
||||
<string name="install_firmware_warning_description">Mange spill krever tilgang til firmware for å fungere skikkelig.</string>
|
||||
<string name="notifications">Varsler</string>
|
||||
<string name="notifications_description">Gi varslingstillatelse med knappen nedenfor.</string>
|
||||
<string name="give_permission">Gi tillatelse</string>
|
||||
<string name="notification_warning">Hoppe over å gi tillatelse til varsling?</string>
|
||||
<string name="notification_warning_description">Eden vil ikke kunne varsle deg om viktig informasjon.</string>
|
||||
<string name="permission_denied">Tillatelse avslått</string>
|
||||
<string name="permission_denied_description">Du har nektet denne tillatelsen for mange ganger, og nå må du gi den manuelt i systeminnstillingene.</string>
|
||||
<string name="about">Om</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Ulepszony)</string>
|
||||
<string name="process_ram">Pamięć procesu: %1$d MB</string>
|
||||
<string name="shaders_prefix">Kompilacja</string>
|
||||
<string name="shaders_suffix">shaderów</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">Zaczynamy</string>
|
||||
<string name="keys">Klucze</string>
|
||||
<string name="keys_description">Wybierz swoje klucze <b>prod.keys</b> za pomocą przycisku poniżej.</string>
|
||||
<string name="select_keys">Wybierz klucze</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="firmware_description">Wybierz swój plik <b>firmware.zip</b> przyciskiem poniżej.</string>
|
||||
<string name="select_firmware">Wybierz Firmware</string>
|
||||
<string name="games">Gry</string>
|
||||
<string name="games_description">Wybierz katalog z grami <b>Games</b> za pomocą przycisku poniżej.</string>
|
||||
<string name="done">Gotowe</string>
|
||||
<string name="done_description">Wszystko gotowe.\nMiłej gry!</string>
|
||||
<string name="text_continue">Kontynuuj</string>
|
||||
<string name="next">Dalej</string>
|
||||
<string name="back">Wstecz</string>
|
||||
<string name="add_games">Dodaj gry</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Powiadomienia</string>
|
||||
<string name="notifications_description">Nadaj uprawnienia dostępu do powiadomień. </string>
|
||||
<string name="give_permission">Nadaj uprawnienia</string>
|
||||
<string name="notification_warning">Pominąć nadanie uprawnień powiadomień?</string>
|
||||
<string name="notification_warning_description">Eden nie będzie mógł powiadamiać Cię o ważnych informacjach.</string>
|
||||
<string name="permission_denied">Odmowa dostępu</string>
|
||||
<string name="permission_denied_description">Odmówiłeś dostępu do powiadomień zbyt wiele razy, teraz musisz przyznać je w ustawieniach systemowych Androida.</string>
|
||||
<string name="about">O aplikacji</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Aprimorado)</string>
|
||||
<string name="process_ram">Memória do processo: %1$d MB</string>
|
||||
<string name="shaders_prefix">Compilando</string>
|
||||
<string name="shaders_suffix">Shader(s)</string>
|
||||
@@ -238,15 +237,12 @@
|
||||
<string name="get_started">Vamos começar</string>
|
||||
<string name="keys">Chaves (Keys)</string>
|
||||
<string name="keys_description">Selecione seu arquivo <b>prod.keys</b> com o botão abaixo.</string>
|
||||
<string name="select_keys">Selecione as Chaves (Keys)</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="firmware_description">Selecione seu arquivo <b>firmware.zip</b> com o botão abaixo.</string>
|
||||
<string name="select_firmware">Selecionar Firmware</string>
|
||||
<string name="games">Jogos</string>
|
||||
<string name="games_description">Selecione sua pasta de <b>Jogos</b> com o botão abaixo.</string>
|
||||
<string name="done">Pronto</string>
|
||||
<string name="done_description">Tudo certo.\nAproveite seus jogos!</string>
|
||||
<string name="text_continue">Continuar</string>
|
||||
<string name="next">Próximo</string>
|
||||
<string name="back">Voltar</string>
|
||||
<string name="add_games">Adicionar Jogos</string>
|
||||
@@ -286,9 +282,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Notificações</string>
|
||||
<string name="notifications_description">Conceda a permissão de notificação usando o botão abaixo.</string>
|
||||
<string name="give_permission">Conceder permissão</string>
|
||||
<string name="notification_warning">Ignorar a permissão de notificação\?</string>
|
||||
<string name="notification_warning_description">O Eden não será capaz de notificá-lo sobre informações importantes.</string>
|
||||
<string name="permission_denied">Permissão negada</string>
|
||||
<string name="permission_denied_description">Como você negou esta permissão várias vezes, agora precisa ativá-la manualmente nas configurações do sistema.</string>
|
||||
<string name="about">Sobre</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">Mostra notificações quendo algo corre mal.</string>
|
||||
<string name="notification_permission_not_granted">Permissões de notificação não permitidas </string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Melhorado)</string>
|
||||
<string name="process_ram">RAM do processo: %1$d MB</string>
|
||||
<string name="shaders_prefix">A compilar</string>
|
||||
<string name="shaders_suffix">shader(s)</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">Começa</string>
|
||||
<string name="keys">Chaves</string>
|
||||
<string name="keys_description">Seleciona o teu ficheiro <b>prod.keys</b> com o botão abaixo.</string>
|
||||
<string name="select_keys">Seleciona as Chaves</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Selecionar Firmware</string>
|
||||
<string name="games">Jogos</string>
|
||||
<string name="games_description">Seleciona a tua pasta <b>Games</b> com o botão abaixo.</string>
|
||||
<string name="done">Feito</string>
|
||||
<string name="text_continue">Continuar</string>
|
||||
<string name="next">Próximo</string>
|
||||
<string name="back">Voltar</string>
|
||||
<string name="add_games">Adiciona Jogos</string>
|
||||
@@ -253,9 +249,6 @@
|
||||
<string name="install_firmware_warning_description">Muitos jogos requerem acesso ao firmware para funcionar corretamente.</string>
|
||||
<string name="notifications">Notificações</string>
|
||||
<string name="notifications_description">Conceda a permissão de notificação com o botão abaixo.</string>
|
||||
<string name="give_permission">Conceda permissão</string>
|
||||
<string name="notification_warning">Saltar a concessão da permissão de notificação?</string>
|
||||
<string name="notification_warning_description">Eden não conseguirá te notificar de informações importantes. </string>
|
||||
<string name="permission_denied">Permissão negada</string>
|
||||
<string name="permission_denied_description">Você negou essa permissão muitas vezes e agora precisa concedê-la manualmente nas configurações do sistema.</string>
|
||||
<string name="about">Sobre</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Улучшенный)</string>
|
||||
<string name="process_ram">ОЗУ процесса: %1$d МБ</string>
|
||||
<string name="shaders_prefix">Компиляция</string>
|
||||
<string name="shaders_suffix">Шейдер(ов)</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">Начать</string>
|
||||
<string name="keys">Ключи</string>
|
||||
<string name="keys_description">Выберите ваш файл <b>prod.keys</b> с помощью кнопки ниже.</string>
|
||||
<string name="select_keys">Выбрать ключи</string>
|
||||
<string name="firmware">Прошивка</string>
|
||||
<string name="firmware_description">Выберите файл <b>firmware.zip</b> с помощью кнопки ниже.</string>
|
||||
<string name="select_firmware">Выбрать прошивку</string>
|
||||
<string name="games">Игры</string>
|
||||
<string name="games_description">Выберите вашу папку с <b>играми</b> с помощью кнопки ниже.</string>
|
||||
<string name="done">Готово</string>
|
||||
<string name="done_description">Всё готово.\nПриятной игры!</string>
|
||||
<string name="text_continue">Продолжить</string>
|
||||
<string name="next">Далее</string>
|
||||
<string name="back">Назад</string>
|
||||
<string name="add_games">Добавить игры</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Уведомления</string>
|
||||
<string name="notifications_description">Предоставьте разрешение уведомлений с помощью кнопки ниже.</string>
|
||||
<string name="give_permission">Предоставить разрешение</string>
|
||||
<string name="notification_warning">Пропустить предоставление разрешения уведомлений?</string>
|
||||
<string name="notification_warning_description">Eden не сможет уведомлять вас о важной информации.</string>
|
||||
<string name="permission_denied">Разрешение отказано</string>
|
||||
<string name="permission_denied_description">Вы слишком часто отклоняли это разрешение, и теперь вам нужно будет вручную предоставить его в настройках системы.</string>
|
||||
<string name="about">О нас</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">Приказује обавештења када нешто пође по злу.</string>
|
||||
<string name="notification_permission_not_granted">Дозвола за обавештавање није одобрена!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Побољшано)</string>
|
||||
<string name="shaders_prefix">Зграда</string>
|
||||
<string name="shaders_suffix">Схадер (с)</string>
|
||||
<string name="charging">(Пуњење)</string>
|
||||
@@ -215,13 +214,10 @@
|
||||
<string name="get_started">Започните</string>
|
||||
<string name="keys">Тастери</string>
|
||||
<string name="keys_description">Изаберите свој и лт; <b>prod.keys</b> датотека са дугметом испод.</string>
|
||||
<string name="select_keys">Изаберите тастере</string>
|
||||
<string name="firmware">Фирмвер</string>
|
||||
<string name="select_firmware">Изабери фирмвер</string>
|
||||
<string name="games">Игре</string>
|
||||
<string name="games_description">Изаберите свој и игре и ЛТ; Б> мапу са дугметом испод.</string>
|
||||
<string name="done">Доношен</string>
|
||||
<string name="text_continue">Настављати</string>
|
||||
<string name="next">Следећи</string>
|
||||
<string name="back">Назад</string>
|
||||
<string name="add_games">Додајте игре</string>
|
||||
@@ -252,9 +248,6 @@
|
||||
<string name="install_firmware_warning_description">Многе игре захтевају приступ фирмверу за правилно функционисање.</string>
|
||||
<string name="notifications">Обавештења</string>
|
||||
<string name="notifications_description">Одобрите дозволу за обавештење дугметом испод.</string>
|
||||
<string name="give_permission">Дозвола за одобрење</string>
|
||||
<string name="notification_warning">Прескочите давање дозволе за обавештавање?</string>
|
||||
<string name="notification_warning_description">Еден је победио да вас може обавестити о важним информацијама.</string>
|
||||
<string name="permission_denied">Дозвола одбијена</string>
|
||||
<string name="permission_denied_description">Превише пута сте негирали ову дозволу и сада морате да га ручно одобри у системским подешавањима.</string>
|
||||
<string name="about">О томе</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Покращений)</string>
|
||||
<string name="process_ram">RAM процесу: %1$d МБ</string>
|
||||
<string name="shaders_prefix">Компіляція</string>
|
||||
<string name="shaders_suffix">Шейдер(и)</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">Розпочати</string>
|
||||
<string name="keys">Ключі</string>
|
||||
<string name="keys_description">Виберіть ваш файл <b>prod.keys</b> за допомогою кнопки нижче.</string>
|
||||
<string name="select_keys">Вибрати ключі</string>
|
||||
<string name="firmware">Прошивка</string>
|
||||
<string name="firmware_description">Виберіть файл <b>firmware.zip</b> за допомогою кнопки нижче.</string>
|
||||
<string name="select_firmware">Вибрати прошивку</string>
|
||||
<string name="games">Ігри</string>
|
||||
<string name="games_description">Виберіть вашу теку з <b>іграми</b> за допомогою кнопки нижче.</string>
|
||||
<string name="done">Готово</string>
|
||||
<string name="done_description">Усе готово.\nНасолоджуйтеся грою!</string>
|
||||
<string name="text_continue">Продовжити</string>
|
||||
<string name="next">Далі</string>
|
||||
<string name="back">Назад</string>
|
||||
<string name="add_games">Додати ігри</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Сповіщення</string>
|
||||
<string name="notifications_description">Надайте дозвіл сповіщень за допомогою кнопки нижче.</string>
|
||||
<string name="give_permission">Надати дозвіл</string>
|
||||
<string name="notification_warning">Пропустити надання дозволу сповіщень?</string>
|
||||
<string name="notification_warning_description">Eden не зможе повідомляти вас про важливу інформацію.</string>
|
||||
<string name="permission_denied">У дозволі відмовлено</string>
|
||||
<string name="permission_denied_description">Ви занадто часто відхиляли цей дозвіл, тож тепер вам потрібно буде вручну надати його в системних налаштуваннях.</string>
|
||||
<string name="about">Про нас</string>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<string name="notice_notification_channel_description">Hiển thị thông báo khi có sự cố xảy ra</string>
|
||||
<string name="notification_permission_not_granted">Ứng dụng không được cấp quyền thông báo!</string>
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Nâng cao)</string>
|
||||
<string name="process_ram">RAM tiến trình: %1$d MB</string>
|
||||
<string name="shaders_prefix">Đang xây dựng</string>
|
||||
<string name="shaders_suffix">shader</string>
|
||||
@@ -216,13 +215,10 @@
|
||||
<string name="get_started">Bắt đầu</string>
|
||||
<string name="keys">Chìa khóa</string>
|
||||
<string name="keys_description">Chọn file <b>prod.keys</b> của bạn bằng nút bên dưới.</string>
|
||||
<string name="select_keys">Chọn Chìa khóa</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="select_firmware">Chọn Firmware</string>
|
||||
<string name="games">Trò chơi</string>
|
||||
<string name="games_description">Chọn thư mục <b>Games</b> của bạn bằng nút bên dưới.</string>
|
||||
<string name="done">Hoàn thành</string>
|
||||
<string name="text_continue">Tiếp tục</string>
|
||||
<string name="next">Tiếp theo</string>
|
||||
<string name="back">Trở lại</string>
|
||||
<string name="add_games">Thêm Trò chơi</string>
|
||||
@@ -249,9 +245,6 @@
|
||||
<string name="install_firmware_warning_description">Nhiều trò chơi cần truy cập firmware để hoạt động bình thường.</string>
|
||||
<string name="notifications">Thông báo</string>
|
||||
<string name="notifications_description">Ấn vào nút bên dưới để cấp quyền ứng dụng gửi thông báo</string>
|
||||
<string name="give_permission">Cấp quyền</string>
|
||||
<string name="notification_warning">Bỏ qua cấp quyền thông báo?</string>
|
||||
<string name="notification_warning_description">Eden sẽ không thể gửi những thông báo quan trọng đến bạn.</string>
|
||||
<string name="permission_denied">Đã từ chối cấp quyền</string>
|
||||
<string name="permission_denied_description">Bạn từ chối cấp quyền này quá nhiều lần và giờ bạn phải cấp quyền thủ công trong cài đặt máy.</string>
|
||||
<string name="about">Thông tin</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(增强)</string>
|
||||
<string name="process_ram">进程内存: %1$d MB</string>
|
||||
<string name="shaders_prefix">正在编译</string>
|
||||
<string name="shaders_suffix">着色器</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">开始</string>
|
||||
<string name="keys">密钥文件</string>
|
||||
<string name="keys_description">使用下方的按钮来选择你的 <b>prod.keys</b> 文件。</string>
|
||||
<string name="select_keys">选择密钥文件</string>
|
||||
<string name="firmware">固件</string>
|
||||
<string name="firmware_description">请使用下面的按钮选择您的 <b>firmware.zip</b> 文件。</string>
|
||||
<string name="select_firmware">选择固件</string>
|
||||
<string name="games">游戏</string>
|
||||
<string name="games_description">使用下方的按钮选择你的<b>游戏</b>文件夹。</string>
|
||||
<string name="done">完成</string>
|
||||
<string name="done_description">你完成了全部设置。\n玩的开心!</string>
|
||||
<string name="text_continue">继续</string>
|
||||
<string name="next">下一步</string>
|
||||
<string name="back">上一步</string>
|
||||
<string name="add_games">添加游戏</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">通知</string>
|
||||
<string name="notifications_description">使用下方的按钮授予通知权限。</string>
|
||||
<string name="give_permission">授予权限</string>
|
||||
<string name="notification_warning">跳过授予通知权限?</string>
|
||||
<string name="notification_warning_description">Eden 将无法通知您重要信息。</string>
|
||||
<string name="permission_denied">权限被拒绝</string>
|
||||
<string name="permission_denied_description">您曾多次拒绝权限请求,现在您需要在系统设置中手动授予权限。</string>
|
||||
<string name="about">关于</string>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(增強)</string>
|
||||
<string name="process_ram">記憶體使用量 %1$d MB</string>
|
||||
<string name="shaders_prefix">正在編譯</string>
|
||||
<string name="shaders_suffix">著色器</string>
|
||||
@@ -239,15 +238,12 @@
|
||||
<string name="get_started">開始使用</string>
|
||||
<string name="keys">金鑰</string>
|
||||
<string name="keys_description">使用下方的按鈕安裝您的 <b>prod.keys</b> 檔案。</string>
|
||||
<string name="select_keys">選擇金鑰</string>
|
||||
<string name="firmware">韌體</string>
|
||||
<string name="firmware_description">使用下方的按鈕安裝您的<b>firmware.zip</b>檔案</string>
|
||||
<string name="select_firmware">選擇韌體</string>
|
||||
<string name="games">遊戲</string>
|
||||
<string name="games_description">使用下方的按鈕選擇您的<b>遊戲</b>資料夾。</string>
|
||||
<string name="done">完成</string>
|
||||
<string name="done_description">您已準備就緒。\n盡情遊玩您的遊戲!</string>
|
||||
<string name="text_continue">繼續</string>
|
||||
<string name="next">下一步</string>
|
||||
<string name="back">上一步</string>
|
||||
<string name="add_games">新增遊戲</string>
|
||||
@@ -287,9 +283,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">通知</string>
|
||||
<string name="notifications_description">使用下方的按鈕授予通知權限。</string>
|
||||
<string name="give_permission">授予權限</string>
|
||||
<string name="notification_warning">跳過授予通知權限?</string>
|
||||
<string name="notification_warning_description">Eden 將無法通知您重要資訊。</string>
|
||||
<string name="permission_denied">權限遭拒</string>
|
||||
<string name="permission_denied_description">您曾多次拒絕了權限要求,現在您需要在系統設定中手動授予權限。</string>
|
||||
<string name="about">關於</string>
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
|
||||
<!-- Stats Overlay settings -->
|
||||
<string name="enhanced_fps_suffix">(Enhanced)</string>
|
||||
<string name="process_ram">Process RAM: %1$d MB</string>
|
||||
<string name="shaders_prefix">Building</string>
|
||||
<string name="shaders_suffix">Shader(s)</string>
|
||||
@@ -249,15 +248,12 @@
|
||||
<string name="get_started">Get started</string>
|
||||
<string name="keys">Keys</string>
|
||||
<string name="keys_description">Select your <b>prod.keys</b> file with the button below.</string>
|
||||
<string name="select_keys">Select Keys</string>
|
||||
<string name="firmware">Firmware</string>
|
||||
<string name="firmware_description">Select your <b>firmware.zip</b> file with the button below.</string>
|
||||
<string name="select_firmware">Select Firmware</string>
|
||||
<string name="games">Games</string>
|
||||
<string name="games_description">Select your <b>Games</b> folder with the button below.</string>
|
||||
<string name="done">Done</string>
|
||||
<string name="done_description">You\'re all set.\nEnjoy your games!</string>
|
||||
<string name="text_continue">Continue</string>
|
||||
<string name="next">Next</string>
|
||||
<string name="back">Back</string>
|
||||
<string name="add_games">Add Games</string>
|
||||
@@ -306,9 +302,6 @@
|
||||
<string name="install_firmware_warning_help">https://yuzu-mirror.github.io/help/quickstart/#guide-introduction</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="notifications_description">Grant the notification permission with the button below.</string>
|
||||
<string name="give_permission">Grant permission</string>
|
||||
<string name="notification_warning">Skip granting the notification permission?</string>
|
||||
<string name="notification_warning_description">Eden won\'t be able to notify you of important information.</string>
|
||||
<string name="permission_denied">Permission denied</string>
|
||||
<string name="permission_denied_description">You denied this permission too many times and now you have to manually grant it in system settings.</string>
|
||||
<string name="about">About</string>
|
||||
|
||||
Reference in New Issue
Block a user