Update README_ENG.md

This commit is contained in:
xHR 2021-05-13 14:51:39 +03:00 committed by GitHub
parent 340a0e652a
commit 1599a273e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,11 +238,11 @@ Let's take a look at its contents:
; General settings ; General settings
[General] [General]
; Use libnx's default font for ASCII symbols ; Use libnx's default font for ASCII symbols
DefaultASCII=false DefaultASCII=true
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock ; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
UseLibUsbHsFS=true UseLibUsbHsFS=true
; Direct exit to homescreen ; Direct exit to homescreen
ExitToHomeScreen=true ExitToHomeScreen=false
; Visibility of main menu items ; Visibility of main menu items
[MainMenu] [MainMenu]
@ -280,6 +280,8 @@ ShowCombinedNSP=true
ShowMAC=true ShowMAC=true
; Show user defined shortcuts to MircoSD folders as separate storages ; Show user defined shortcuts to MircoSD folders as separate storages
CustomStorages=true CustomStorages=true
; Enable NAND install if run in emunand
EnableNANDInstallOnEmunand=true
;Enable or disable various MTP storages ;Enable or disable various MTP storages
[MTP Storages] [MTP Storages]
@ -296,11 +298,11 @@ CustomStorages=true
; Network install sources ; Network install sources
[Network sources] [Network sources]
; <display name>=<type>|<URL> ; <display name>=<type>|<URL>
;Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/ ; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
[MTP custom storages] [MTP custom storages]
; <display name>=<path> ; <display name>=<path>
;Homebrew=sdmc:/switch ; Homebrew=sdmc:/switch
``` ```
### General settings ### General settings
* **DefaultASCII** - **true** includes a standard font, **false** includes an alternative font * **DefaultASCII** - **true** includes a standard font, **false** includes an alternative font
@ -331,6 +333,7 @@ Shows the corresponding menu items.
* **ShowCombinedNSPInInstalledGames****false** disables display of combined (multi-title .NSP-file) titles. * **ShowCombinedNSPInInstalledGames****false** disables display of combined (multi-title .NSP-file) titles.
* **ShowMACInInstalledGames****false** turns off the display of the virtual directory **"Mods & cheats"** in the Installed games item in the MTP, redirecting along the path `/atmosphere/contents/%titleid_game%` to the memory card. * **ShowMACInInstalledGames****false** turns off the display of the virtual directory **"Mods & cheats"** in the Installed games item in the MTP, redirecting along the path `/atmosphere/contents/%titleid_game%` to the memory card.
* **CustomStorages** - show or hide storages, listed on **MTP custom storages** section * **CustomStorages** - show or hide storages, listed on **MTP custom storages** section
* **EnableNANDInstallOnEmunand** - allows or denies the installation of games in NAND file EmuNAND (not relevant after the release of Atmosphere 0.19.3)
### [MTP Storages](#run-mtp-responder) ### [MTP Storages](#run-mtp-responder)
Show relevant items when MTP Responder is running on PC / Android, by default all items are enabled for display. Show relevant items when MTP Responder is running on PC / Android, by default all items are enabled for display.