1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-19 22:17:45 +02:00

Compare commits

..

No commits in common. "04f7ea856de8b092ed0c672572a3f9bda394c816" and "334984c91e545dbdbb769e0532037f3dc1c9545f" have entirely different histories.

6 changed files with 14 additions and 98 deletions

View File

@ -1,6 +1,6 @@
# Citra # Citra
[Citra](https://citra-emu.org/) is a Nintendo 3DS [emulator](./emulators.md). [Citra](https://citra-emu.org/) is a 3DS [emulator](./emulators.md).
## Setup ## Setup

View File

@ -1,6 +1,7 @@
# Dolphin # Dolphin
[Dolphin](https://dolphin-emu.org/) is a Nintendo GameCube and Wii [emulator](./emulators.md). [Dolphin](https://dolphin-emu.org/) is a GameCube and Wii
[emulator](./emulators.md).
## Setup ## Setup
@ -14,12 +15,14 @@ package is called `org.DolphinEmu.dolphin-emu`.
The following sections describe specific issues relating to the configuration The following sections describe specific issues relating to the configuration
and usage of Dolphin. and usage of Dolphin.
### Steam Deck Specific Settings ### Steam Deck specific settings
The following settings are especially useful when emulating games on the The following settings are especially useful when emulating games on the
[Steam Deck](./steam_deck.md) as pointed out by [Steam Deck](./steam_deck.md) as pointed out by
[nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/dolphin.md). [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. Select the configuration and select the paths tab.
There the directories for Wii and GameCube [ROMs](./emulators.md) can be added. There the directories for Wii and GameCube [ROMs](./emulators.md) can be added.
In the audio tab select `Pulse` as your audio backend. In the audio tab select `Pulse` as your audio backend.

View File

@ -6,8 +6,6 @@ In the gaming context this is mainly used to run games from a console on
another computer. another computer.
Emulators usually need ROMs to run games. Emulators usually need ROMs to run games.
ROMs are a digital copy of a video game. ROMs are a digital copy of a video game.
Please note that downloading ROMs of licensed games is not permitted due to copyright.
All [emulators](#list-of-emulator-software) should only use non copyright infringing ROMs.
Due to its form factor emulators can be installed and used nicely on a Due to its form factor emulators can be installed and used nicely on a
[Steam Deck](/wiki/games/steam_deck.md). [Steam Deck](/wiki/games/steam_deck.md).
@ -16,9 +14,6 @@ Emulator games can even be
## List of Emulator software ## List of Emulator software
- [Citra](/wiki/games/citra.md) emulates Nintendo 3DS games. - [PPSSPP](/wiki/games/ppsspp.md) is made to emulate Playstation Portable games.
- [Dolphin](/wiki/games/dolphin.md) emulates Nintendo GameCube and Wii games. - [Dolphin](/wiki/games/dolphin.md) is made to emulate GameCube and Wii games.
- [mGBA](/wiki/games/mgba.md) emulates Nintendo Game Boy, Game Boy Color and Game Boy Advanced - [Citra](/wiki/games/citra.md) is made to emulate 3DS games.
games.
- [PPSSPP](/wiki/games/ppsspp.md) emulates Playstation Portable games.
- [yuzu](/wiki/games/yuzu.md) emulates Nintendo Switch games.

View File

@ -1,24 +0,0 @@
# mGBA
[mGBA](https://mgba.io/) is a Nintendo Game Boy, Game Boy Color and Game Boy Advanced
[emulator](./emulators.md).
## Setup
mGBA can be installed on different systems, a list for this can be found on
the [mGBA website](https://mgba.io/downloads.html).
Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
package is called `io.mgba.mgba`.
## Usage
The following sections describe specific issues relating to the configuration
and usage of Dolphin.
### Start 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.

View File

@ -2,16 +2,12 @@
[Minecraft](https://www.minecraft.net) is a sandbox video game created by "Notch". [Minecraft](https://www.minecraft.net) is a sandbox video game created by "Notch".
## Setup ## Server
The following sections address the setup of both server and client software.
### Server
A server can be setup via docker with the A server can be setup via docker with the
[itzg image](../docker-images/itzg_-_minecraft-server.md). [itzg image](../docker-images/itzg_-_minecraft-server.md).
### Client ## Client
There are different Minecraft Clients available: There are different Minecraft Clients available:
@ -19,9 +15,9 @@ There are different Minecraft Clients available:
- [MultiMC5](./multimc5.md) is a custom Minecraft launcher that allows multiple - [MultiMC5](./multimc5.md) is a custom Minecraft launcher that allows multiple
installations at once. installations at once.
### Usage ## DNS
#### Link Minecraft to a Subdomain ### Link Minecraft to a subdomain
To link Minecraft to one of your subdomains you need to add a [DNS](../dns.md) To link Minecraft to one of your subdomains you need to add a [DNS](../dns.md)
SRV-record: SRV-record:
@ -38,13 +34,3 @@ weight: 4
port: 25565 (or your minecraft port) port: 25565 (or your minecraft port)
target: mine.<domain>.<TLD> target: mine.<domain>.<TLD>
``` ```
#### Adding Death Count to the Scoreboard
Run the following commands inside the console of minecraft to add death count as a objective in the
scoreboard.
```txt
/scoreboard objectives add Deaths deathCount
/scoreboard objectives setdisplay list Deaths
```

View File

@ -1,44 +0,0 @@
# yuzu
[yuzu](https://yuzu-emu.org/) is a Nintendo Switch [emulator](./emulators.md).
## Setup
yuzu 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 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)`.