This commit is contained in:
rashevskyv 2023-01-29 19:18:51 +02:00
parent 0ccc6648f0
commit 849dd10e9e
3 changed files with 43 additions and 28 deletions

View File

@ -385,6 +385,8 @@ ROSaveFS=true
ShowUpdateFromHere=false
; Show cache warming spinner
ShowCacheWarmingIndicator=true
; Move cursor down after selection
MoveDownAfterX=true
; Screen idle timeout in seconds
ScreenIdleTimeout=0
@ -440,6 +442,8 @@ LogAllFiles=false
ShowCombinedNSP=true
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
ShowMAC=true
; Use TitleID for "Mods & cheats" folder
MACasTID=true
; Show user defined shortcuts to MircoSD folders as separate storages
CustomStorages=true
; Turn screen off on start MTP mode
@ -506,6 +510,7 @@ Screenshots=sdmc:/Nintendo/Album/
* **ROSaveFS** - просматривать сохранения в режиме только для чтения
* **ShowUpdateFromHere** - показывать кнопку "Update all titles" в контекстном меню для автообновления установленных игр из всех (microSD/USB/HTTP/FTP) доступных источников
* **ShowCacheWarmingIndicator** - показывать уведомление о кешировании информации об установленных программах
* **MoveDownAfterX** - сдвигать или нет курсор после отмечания игры кнопкой (X)
* **ScreenIdleTimeout** - таймаут гашения дисплея
### MainMenu
@ -541,6 +546,7 @@ Screenshots=sdmc:/Nintendo/Album/
* **ShowCombinedNSPInInstalledGames****false** выключает показ комбинированных (multi-title .NSP-file) тайтлов.
* **ShowMACInInstalledGames****false** выключает показ виртуальной директории **«Mods & cheats»** в пункте Installed games в MTP, перенаправляющей по пути `sdmc:/atmosphere/contents/TITLEID/` на карту памяти.
* **CustomStorages** - отображать или спрятать кастомные пункты меню, прописанные в секции **MTP custom storages**
* **MACasTID** - отображать папку "Mods & Cheats" в режиме MTP в виде TitleID
* **TurnOffScreen** - отключать или нет экран консоли при подключении её в режиме MTP
### [MTP Storages](#run-mtp-responder)

View File

@ -391,6 +391,8 @@ ROSaveFS=true
ShowUpdateFromHere=false
; Show cache warming spinner
ShowCacheWarmingIndicator=true
; Move cursor down after selection
MoveDownAfterX=true
; Screen idle timeout in seconds
ScreenIdleTimeout=0
@ -446,6 +448,8 @@ LogAllFiles=false
ShowCombinedNSP=true
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
ShowMAC=true
; Use TitleID for "Mods & cheats" folder
MACasTID=true
; Show user defined shortcuts to MircoSD folders as separate storages
CustomStorages=true
; Turn screen off on start MTP mode
@ -511,6 +515,7 @@ Screenshots=sdmc:/Nintendo/Album/
* **ROSaveFS** - browse saves FS in Read-only mode
* **ShowUpdateFromHere** - show "Update all items from here..." in context menu of file browsers
* **ShowCacheWarmingIndicator** - show a notification about caching information about installed programs
* **MoveDownAfterX** - move or not cursor after chacking game with (X)
* **ScreenIdleTimeout** - display timeout
### MainMenu
@ -544,7 +549,7 @@ Screenshots=sdmc:/Nintendo/Album/
* **ShowCombinedNSPInInstalledGames** - **false** disables display of combined (multi-title .NSP-file) titles
* **ShowMACInInstalledGames** - **false** turns off the display of the **"Mods & cheats"** directory under `Installed games` in MTP mode, which redirects to the path `sdmc:/atmosphere/contents/TITLEID/`
* **CustomStorages** - display custom virtual MTP drives defined by the user under [MTP custom storages]
* **EnableNANDInstallOnEmunand** - enable or disable the installation of games to emuMMC's 'NAND' (not relevant after the release of Atmosphere 0.19.3)
* **MACasTID** - display "Mods & Cheats" folder on MTP with TitleID
* **TurnOffScreen** - automatically turns off the screen when MTP mode is activated
### [MTP Storages](#run-mtp-responder)

View File

@ -1,11 +1,11 @@
; General settings
[General]
; Use libnx's default font for ASCII symbols
DefaultASCII=true
DefaultASCII=false
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
UseLibUsbHsFS=true
; Direct exit to homescreen
ExitToHomeScreen=false
ExitToHomeScreen=true
; Folder where saves backups are stored
SavesFolder=sdmc:/switch/DBI/saves/
; Log "Install", "Check integrity" and "Cleanup" processes
@ -17,7 +17,7 @@ DumpsFolder=sdmc:/switch/DBI/dumps/
; Sorting options for application list
AppSorting=LastPlayed,InstallLocation,Size,Name
; Sorting options for save list
SaveSorting=AppLastPlayed,AppName,UserUid,Size,SaveId
SaveSorting=AppLastPlayed,AppName,UserUid,Size,Time
; Highlight files with updates to curently instaled titles in file browsers
HighlightUpdates=true
; Rotate screen upside down
@ -25,16 +25,19 @@ RotateScreen=false
; Rotate joycons
RotateJoycon=false
; Underclock CPU in menues to reduce battery usage
OptimizeClockSpeed=false
; URL with title versions in format <id>|<rightsId>|[version]
VersionsURL=https://raw.githubusercontent.com/blawar/titledb/master/versions.txt
OptimizeClockSpeed=true
; URL with title versions in format <id>|[rightsId|]<version>
VersionsURL=https://raw.githubusercontent.com/16BitWonder/nx-versions/master/versions.txt
;VersionsURL=https://raw.githubusercontent.com/blawar/titledb/master/versions.txt
;VersionsURL=sdmc:/versions.txt
;Browse saves FS in Read-only mode
ROSaveFS=true
ROSaveFS=false
; Show "Update all items from here..." in context menu of file browsers
ShowUpdateFromHere=false
ShowUpdateFromHere=true
; Show cache warming spinner
ShowCacheWarmingIndicator=true
; Move cursor down after selection
MoveDownAfterX=true
; Screen idle timeout in seconds
ScreenIdleTimeout=0
@ -55,15 +58,15 @@ GameCard=true
; Browse and install files from configured network sources
Network=true
; Browse and install files from configured sd card folders
Local=false
Local=true
; Browse installed applications
BrowseApps=true
; Clean up files left from bad installs/old updates/unused tickets and so on
Cleanup=true
; Check for app updates
UpdateCheck=false
UpdateCheck=true
; View where you can view or delete installed tickets
Tickets=false
Tickets=true
; View where you can view or delete game saves
Saves=true
; MTP responder
@ -73,13 +76,13 @@ FTP=true
[Applications]
; Whether check or not LFS mod size
CalculateLFSSize=false
CalculateLFSSize=true
; Install options
[Install]
; Check NCA hash during install
CheckHash=true
; Use chunked HTTP transfer (good in bad environments)
; Use chunked HTTP/FTP transfer (good in bad environments)
ChunkedTransfer=false
; MTP options
@ -90,6 +93,8 @@ LogAllFiles=false
ShowCombinedNSP=true
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
ShowMAC=true
; Use TitleID for "Mods & cheats" folder
MACasTID=true
; Show user defined shortcuts to MircoSD folders as separate storages
CustomStorages=true
; Turn screen off on start MTP mode
@ -103,36 +108,35 @@ TurnOffScreen=false
;Enable or disable various MTP storages
[MTP Storages]
1: External SD Card=true
2: Nand USER=false
3: Nand SYSTEM=false
4: Installed games=true
2: Nand USER=true
3: Nand SYSTEM=true
4: Installed games=false
5: MicroSD install=true
6: NAND install=true
7: Saves=true
8: Album=true
9: Gamecard=true
9: Gamecard=false
; Network install sources
[Network sources]
; <display name>=<type>|<URL>
; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
; Test FTP=FTP|ftp://anonymous:password@192.168.1.24:2121/
;NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
Test FTP=FTP|ftp://anonymous:password@192.168.1.24:2121/
; Main menu shortcuts to SD card locations
[Local sources]
; <display name>=<path>
Homebrew=sdmc:/switch
; Contents=sdmc:/atmosphere/contents
; DBILogs=sdmc:/switch/DBI/logs
;Homebrew=sdmc:/switch
DBILogs=sdmc:/switch/DBI/logs
; Custom virtual MTP drives
[MTP custom storages]
; <display name>=<path>
Homebrew=sdmc:/switch/
Screenshots=sdmc:/Nintendo/Album/
;Homebrew=sdmc:/switch
DBILogs=sdmc:/switch/DBI/logs
; Override for display name
; <UPPERCASED TID>=<Desired name>
[Title name override]
; 010023901191C000=Naheulbeuk
;010023901191C000=Naheulbeuk