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

View File

@ -391,6 +391,8 @@ ROSaveFS=true
ShowUpdateFromHere=false ShowUpdateFromHere=false
; Show cache warming spinner ; Show cache warming spinner
ShowCacheWarmingIndicator=true ShowCacheWarmingIndicator=true
; Move cursor down after selection
MoveDownAfterX=true
; Screen idle timeout in seconds ; Screen idle timeout in seconds
ScreenIdleTimeout=0 ScreenIdleTimeout=0
@ -446,6 +448,8 @@ LogAllFiles=false
ShowCombinedNSP=true ShowCombinedNSP=true
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID ; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
ShowMAC=true ShowMAC=true
; Use TitleID for "Mods & cheats" folder
MACasTID=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
; Turn screen off on start MTP mode ; Turn screen off on start MTP mode
@ -511,6 +515,7 @@ Screenshots=sdmc:/Nintendo/Album/
* **ROSaveFS** - browse saves FS in Read-only mode * **ROSaveFS** - browse saves FS in Read-only mode
* **ShowUpdateFromHere** - show "Update all items from here..." in context menu of file browsers * **ShowUpdateFromHere** - show "Update all items from here..." in context menu of file browsers
* **ShowCacheWarmingIndicator** - show a notification about caching information about installed programs * **ShowCacheWarmingIndicator** - show a notification about caching information about installed programs
* **MoveDownAfterX** - move or not cursor after chacking game with (X)
* **ScreenIdleTimeout** - display timeout * **ScreenIdleTimeout** - display timeout
### MainMenu ### MainMenu
@ -544,7 +549,7 @@ Screenshots=sdmc:/Nintendo/Album/
* **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 **"Mods & cheats"** directory under `Installed games` in MTP mode, which redirects to the path `sdmc:/atmosphere/contents/TITLEID/` * **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] * **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 * **TurnOffScreen** - automatically turns off the screen when MTP mode is activated
### [MTP Storages](#run-mtp-responder) ### [MTP Storages](#run-mtp-responder)

View File

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