mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-03 15:27:45 +02:00
emulators: added yuzu emulator and links, cleaned up
This commit is contained in:
parent
9a9a4850a0
commit
b4c2877a7b
@ -1,6 +1,6 @@
|
||||
# Citra
|
||||
|
||||
[Citra](https://citra-emu.org/) is a 3DS [emulator](./emulators.md).
|
||||
[Citra](https://citra-emu.org/) is a Nintendo 3DS [emulator](./emulators.md).
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
# Dolphin
|
||||
|
||||
[Dolphin](https://dolphin-emu.org/) is a GameCube and Wii
|
||||
[emulator](./emulators.md).
|
||||
[Dolphin](https://dolphin-emu.org/) is a Nintendo GameCube and Wii [emulator](./emulators.md).
|
||||
|
||||
## Setup
|
||||
|
||||
@ -15,14 +14,12 @@ package is called `org.DolphinEmu.dolphin-emu`.
|
||||
The following sections describe specific issues relating to the configuration
|
||||
and usage of Dolphin.
|
||||
|
||||
### Steam Deck specific settings
|
||||
### Steam Deck Specific Settings
|
||||
|
||||
The following settings are especially useful when emulating games on the
|
||||
[Steam Deck](./steam_deck.md) as pointed out by
|
||||
[nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/dolphin.md).
|
||||
But it is a good starting point for other systems aswell.
|
||||
It is important to emphasize that the system needs to meet the requirements to
|
||||
run Vulkan.
|
||||
|
||||
Select the configuration and select the paths tab.
|
||||
There the directories for Wii and GameCube [ROMs](./emulators.md) can be added.
|
||||
In the audio tab select `Pulse` as your audio backend.
|
||||
|
@ -16,6 +16,7 @@ Emulator games can even be
|
||||
|
||||
## List of Emulator software
|
||||
|
||||
- [Citra](/wiki/games/citra.md) is made to emulate Nintendo 3DS games.
|
||||
- [Dolphin](/wiki/games/dolphin.md) is made to emulate Nintendo GameCube and Wii games.
|
||||
- [PPSSPP](/wiki/games/ppsspp.md) is made to emulate Playstation Portable games.
|
||||
- [Dolphin](/wiki/games/dolphin.md) is made to emulate GameCube and Wii games.
|
||||
- [Citra](/wiki/games/citra.md) is made to emulate 3DS games.
|
||||
- [Yuzu](/wiki/games/yuzu.md) is made to emulate Nintendo Switch games.
|
||||
|
44
wiki/games/yuzu.md
Normal file
44
wiki/games/yuzu.md
Normal file
@ -0,0 +1,44 @@
|
||||
# Yuzu
|
||||
|
||||
[Yuzu](https://yuzu-emu.org/) is a Nintendo Switch [emulator](./emulators.md).
|
||||
|
||||
## Setup
|
||||
|
||||
Citra can be installed on different systems, a list for this can be found on
|
||||
the [Yuzu website](https://yuzu-emu.org/downloads/#windows).
|
||||
Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
|
||||
package is called `org.yuzu_emu.yuzu`.
|
||||
|
||||
After installation keys need to be added.
|
||||
A guide on this can be found on the
|
||||
[Yuzu website](https://yuzu-emu.org/help/quickstart/#setting-up-the-decryption-keys-and-firmware).
|
||||
|
||||
## Usage
|
||||
|
||||
The following sections describe specific issues relating to the configuration
|
||||
and usage of Dolphin.
|
||||
|
||||
### Start Yuzu Emulated Game in Fullscreen Mode
|
||||
|
||||
In different scenarios it can be useful to start directly into a game in fullscreen mode.
|
||||
One example would be using the [Steam Deck](/wiki/games/steam_deck.md) to
|
||||
[set up a game in the Steam UI](/wiki/games/steam_deck.md#running-a-game-directly-through-the-interface)
|
||||
so it can be run directly without switching to the desktop mode.
|
||||
For this add the `-f` flag for fullscreen mode aswell as the `-g` flag in front of the path to the
|
||||
game that should to be started.
|
||||
|
||||
### Steam Deck Specific Settings
|
||||
|
||||
The following settings are especially useful when emulating games on the
|
||||
[Steam Deck](./steam_deck.md) as pointed out by
|
||||
[sofakng](https://www.reddit.com/r/SteamDeck/comments/12ivsky/what_are_the_best_yuzu_settings/).
|
||||
|
||||
For a better performance select `Vulkan` under the `Graphics` in `Graphics`.
|
||||
If crashes happen switch the option back to `OpenGL`
|
||||
Under the `Advanced` tab set the following.
|
||||
|
||||
- Enable `Use asynchronous shader building (Hack)`
|
||||
- Set `GPU Accuracy` to `Normal`
|
||||
- Enable `Use Fast GPU Time (Hack)`
|
||||
|
||||
Under `System` set the memory option to `Extended memory layout (8GB DRAM)`.
|
Loading…
x
Reference in New Issue
Block a user