From 890595c47e93c4fcb035aff7ef8b9c390784318d Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 6 Aug 2023 15:27:27 +0200 Subject: [PATCH] emulators: added melonDS --- wiki/games/emulators.md | 3 ++- wiki/games/emulators/melonds.md | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 wiki/games/emulators/melonds.md diff --git a/wiki/games/emulators.md b/wiki/games/emulators.md index e75c2f9..229f006 100644 --- a/wiki/games/emulators.md +++ b/wiki/games/emulators.md @@ -18,7 +18,8 @@ Emulator games can even be - [Citra](/wiki/games/emulators/citra.md) emulates Nintendo 3DS games. - [Dolphin](/wiki/games/emulators/dolphin.md) emulates Nintendo GameCube and Wii games. -- [mGBA](/wiki/games/emulators/mgba.md) emulates Nintendo Game Boy, Game Boy Color and Game Boy Advanced +- [melonDS](/wiki/games/emulators/melonds.md) emulates Nintendo DS games. +- [mGBA](/wiki/games/emulators/mgba.md) emulates Nintendo Game Boy, Game Boy Color and Game Boy Advanced games. - [Nestopia](/wiki/games/emulators/nestopia.md) emulates Nintendo Entertainment System games. - [PPSSPP](/wiki/games/emulators/ppsspp.md) emulates Playstation Portable games. diff --git a/wiki/games/emulators/melonds.md b/wiki/games/emulators/melonds.md new file mode 100644 index 0000000..e4847e4 --- /dev/null +++ b/wiki/games/emulators/melonds.md @@ -0,0 +1,24 @@ +# melonDS + +[melonDS](https://melonds.kuribo64.net/) is a Nintendo Game Boy, Game Boy Color and Game Boy +Advanced [emulator](/wiki/games/emulators.md). + +## Setup + +melonDS can be installed on different systems, a list for this can be found on +the [melonDS website](https://melonds.kuribo64.net/downloads.php). +Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the +package is called `net.kuribo64.melonDS`. + +## 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.