mirror of
https://github.com/rashevskyv/dbi.git
synced 2024-12-29 02:45:08 +08:00
added dbi.config to sources, changes into readme for new config entries
This commit is contained in:
parent
a505f38b20
commit
4d26151624
@ -350,6 +350,12 @@ AppSorting=Name,LastPlayed,InstallLocation,Size
|
|||||||
SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId
|
SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId
|
||||||
; 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
|
||||||
|
RotateScreen=false
|
||||||
|
; Rotate joycons
|
||||||
|
RotateJoycon=false
|
||||||
|
; Underclock CPU in menues to reduce battery usage
|
||||||
|
OptimizeClockSpeed=false
|
||||||
|
|
||||||
|
|
||||||
; Visibility of main menu items
|
; Visibility of main menu items
|
||||||
@ -444,6 +450,9 @@ Homebrew=sdmc:/switch
|
|||||||
* **SaveSorting** - опции для сортировки сохранений
|
* **SaveSorting** - опции для сортировки сохранений
|
||||||
* **Visibility of main menu items** - настроить, какие пункты меню будут отображаться в главном меню DBI, вы можете запретить отображение параметра в главном меню, изменив значение на **false**
|
* **Visibility of main menu items** - настроить, какие пункты меню будут отображаться в главном меню DBI, вы можете запретить отображение параметра в главном меню, изменив значение на **false**
|
||||||
* **HighlightUpdates** - подсвечивать или нет в файловом менеджере обновления для установленных игр
|
* **HighlightUpdates** - подсвечивать или нет в файловом менеджере обновления для установленных игр
|
||||||
|
* **RotateScreen** - переворачивает экран на 180 градусов
|
||||||
|
* **RotateJoycon** - переворачивает управление, чтобы соответствовать перевёрнутому экрану
|
||||||
|
* **OptimizeClockSpeed** - отключает оптимизацию частоты SoC в простое. Отключено по-умолчанию, поскольку **может привести к лагам на стартовом экране при некорректном выходе из DBI**!
|
||||||
|
|
||||||
### MainMenu
|
### MainMenu
|
||||||
Показ соответствующих элементов меню.
|
Показ соответствующих элементов меню.
|
||||||
|
@ -352,6 +352,14 @@ AppSorting=Name,LastPlayed,InstallLocation,Size
|
|||||||
SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId
|
SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId
|
||||||
; 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
|
||||||
|
RotateScreen=false
|
||||||
|
; Rotate joycons
|
||||||
|
RotateJoycon=false
|
||||||
|
; Underclock CPU in menues to reduce battery usage
|
||||||
|
OptimizeClockSpeed=false
|
||||||
|
; Underclock CPU in menues to reduce battery usage
|
||||||
|
OptimizeClockSpeed=false
|
||||||
|
|
||||||
|
|
||||||
; Visibility of main menu items
|
; Visibility of main menu items
|
||||||
@ -445,6 +453,9 @@ Homebrew=sdmc:/switch
|
|||||||
* **SaveSorting** - options for sorting saves
|
* **SaveSorting** - options for sorting saves
|
||||||
* **Visibility of main menu items** - customize which options will appear in DBI's main menu, you can prevent an option from appearing in the main menu by editing the item to **false**
|
* **Visibility of main menu items** - customize which options will appear in DBI's main menu, you can prevent an option from appearing in the main menu by editing the item to **false**
|
||||||
* **HighlightUpdates** - h ighlight files with updates to curently instaled titles in file browsers
|
* **HighlightUpdates** - h ighlight files with updates to curently instaled titles in file browsers
|
||||||
|
* **RotateScreen** - rotate screen to 180 degrees
|
||||||
|
* **RotateJoycon** - rotate controls for rotated screen
|
||||||
|
* **OptimizeClockSpeed** - disables SoC frequency optimization when idle. Disabled by default, it can lead to lags on the startup device if the DBI is exited incorrectly!
|
||||||
|
|
||||||
### MainMenu
|
### MainMenu
|
||||||
Shows the corresponding menu items.
|
Shows the corresponding menu items.
|
||||||
|
104
dbi.config
Normal file
104
dbi.config
Normal file
@ -0,0 +1,104 @@
|
|||||||
|
; General settings
|
||||||
|
[General]
|
||||||
|
; Use libnx's default font for ASCII symbols
|
||||||
|
DefaultASCII=true
|
||||||
|
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
|
||||||
|
UseLibUsbHsFS=true
|
||||||
|
; Direct exit to homescreen
|
||||||
|
ExitToHomeScreen=false
|
||||||
|
; Folder where saves backups are stored
|
||||||
|
SavesFolder=sdmc:/switch/DBI/saves/
|
||||||
|
; Log "Install", "Check integrity" and "Cleanup" processes
|
||||||
|
LogEvents=false
|
||||||
|
; Folder where logs are stored
|
||||||
|
LogsFolder=sdmc:/switch/DBI/logs/
|
||||||
|
; Sorting options for application list
|
||||||
|
AppSorting=Name,LastPlayed,InstallLocation,Size
|
||||||
|
; Sorting options for save list
|
||||||
|
SaveSorting=AppName,AppLastPlayed,UserUid,Size,SaveId
|
||||||
|
; Highlight files with updates to curently instaled titles in file browsers
|
||||||
|
HighlightUpdates=true
|
||||||
|
; Rotate screen upside down
|
||||||
|
RotateScreen=false
|
||||||
|
; Rotate joycons
|
||||||
|
RotateJoycon=false
|
||||||
|
; Underclock CPU in menues to reduce battery usage
|
||||||
|
OptimizeClockSpeed=false
|
||||||
|
|
||||||
|
|
||||||
|
; Visibility of main menu items
|
||||||
|
[MainMenu]
|
||||||
|
; Browse and install files from MicroSD card
|
||||||
|
BrowseSD=true
|
||||||
|
; Browse and install files from USB flash drives and HDD
|
||||||
|
USBHost=true
|
||||||
|
; Browse and install files from PC via dbibackend
|
||||||
|
BackendInstall=true
|
||||||
|
; Install game from inserted game cartridge
|
||||||
|
GameCard=true
|
||||||
|
; Browse and install files from configured network sources
|
||||||
|
Network=true
|
||||||
|
; Browse installed applications
|
||||||
|
BrowseApps=true
|
||||||
|
; Clean up files left from bad installs/old updates/unused tickets and so on
|
||||||
|
Cleanup=true
|
||||||
|
; View where you can view or delete installed tickets
|
||||||
|
Tickets=false
|
||||||
|
; View where you can view or delete game saves
|
||||||
|
Saves=true
|
||||||
|
; MTP responder
|
||||||
|
MTP=true
|
||||||
|
|
||||||
|
|
||||||
|
[Applications]
|
||||||
|
; Whether check or not LFS mod size
|
||||||
|
CalculateLFSSize=true
|
||||||
|
|
||||||
|
|
||||||
|
; Install options
|
||||||
|
[Install]
|
||||||
|
; Check NCA hash during install
|
||||||
|
CheckHash=true
|
||||||
|
|
||||||
|
|
||||||
|
; MTP options
|
||||||
|
[MTP]
|
||||||
|
; Log all files, if disabled transfer shows only for files >= 2M
|
||||||
|
LogAllFiles=false
|
||||||
|
; Show or not NSP that includes base game, latest update and all DLC in single multi-title file
|
||||||
|
ShowCombinedNSP=true
|
||||||
|
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
|
||||||
|
ShowMAC=true
|
||||||
|
; Show user defined shortcuts to MircoSD folders as separate storages
|
||||||
|
CustomStorages=true
|
||||||
|
; Enable NAND install if run in emunand
|
||||||
|
EnableNANDInstallOnEmunand=true
|
||||||
|
; Turn screen off on start MTP mode
|
||||||
|
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
|
||||||
|
5: MicroSD install=true
|
||||||
|
6: NAND install=true
|
||||||
|
7: Saves=true
|
||||||
|
8: Album=true
|
||||||
|
9: Gamecard=true
|
||||||
|
|
||||||
|
; 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/
|
||||||
|
|
||||||
|
[MTP custom storages]
|
||||||
|
; <display name>=<path>
|
||||||
|
Homebrew=sdmc:/switch
|
||||||
|
|
||||||
|
; Override for display name
|
||||||
|
; <UPPERCASED TID>=<Desired name>
|
||||||
|
[Title name override]
|
||||||
|
; 010023901191C000=Naheulbeuk
|
Loading…
Reference in New Issue
Block a user