From dbd68063b8ca22c1378e31f4a75891a66894f2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mercan=20K=C3=B6m=C3=BCr?= Date: Thu, 30 Dec 2021 18:44:31 +0300 Subject: [PATCH] Update install-libnx.md --- docs/guides/install-libnx.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/guides/install-libnx.md b/docs/guides/install-libnx.md index 62757a03dd..572de3edbf 100644 --- a/docs/guides/install-libnx.md +++ b/docs/guides/install-libnx.md @@ -6,6 +6,13 @@ |:---------------------------| | You need to have Atmosphère custom firmware to run RetroArch on your Switch. Hardware or software changes on your device may damage your device. | +## Prerequisites + +Neither RetroArch nor LibRetro support or recommend that your device run CFW. + +- Atmosphère [^1] +- FAT32 formatted SD card + ## Downloading and installing There are multiple ways of downloading RetroArch for your Switch. @@ -34,4 +41,18 @@ Atmosphère now contains everything needed to run homebrews out of the box. To d If you wish to change the key, you can edit `/atmosphere/loader.ini` and change `override_key` here. You can add a `!` in front of the key to flip the condition ("run homebrew if the key is pressed" versus "run homebrew if the key isn't pressed"). - \ No newline at end of file +## Updating + +Updating RetroArch is the same as installing it, download a higher or lower version (in this case, downgrade) than the version you have and overwrite existing files. + + + +## Glossary + +=== "Atmosphère" + Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. + +=== "NRO" + An NRO file is an executable file used by the Nintendo Switch. It contains compiled code for an application or game. NRO files may also store assets for Homebrew Launcher, such as a icon and metadata. + +[^1]: https://github.com/Atmosphere-NX/Atmosphere \ No newline at end of file