Skip to content

Commit

Permalink
Update readme to reflect changes in DBI 368
Browse files Browse the repository at this point in the history
  • Loading branch information
rashevskyv committed Jun 15, 2022
1 parent a312a06 commit c541b79
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ RotateScreen=false
RotateJoycon=false
; Underclock CPU and GPU in menus 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
; VersionsURL=sdmc:/versions.txt
; Visibility of main menu options
[MainMenu]
Expand All @@ -378,10 +381,14 @@ BackendInstall=true
GameCard=true
; Browse and install files from configured network installation sources
Network=true
; Browse and install files from configured sd card folders
Local=false
; Browse installed applications
BrowseApps=true
; Clean up files left from bad installations/old updates/unused tickets etc
Cleanup=true
; Check for app updates
UpdateCheck=true
; View or delete installed tickets
Tickets=false
; Dedicated save game management menu
Expand Down Expand Up @@ -465,6 +472,7 @@ Homebrew=sdmc:/switch
* **RotateScreen** - переворачивает экран на 180 градусов
* **RotateJoycon** - переворачивает управление, чтобы соответствовать перевёрнутому экрану
* **OptimizeClockSpeed** - отключает оптимизацию частоты SoC в простое. Отключено по-умолчанию, поскольку **может привести к лагам на стартовом экране при некорректном выходе из DBI**! Корректный выход - через пункт меню **Exit**.
* **VersionsURL** - может принимать прямую ссылку на файл на уудалённом сервере, либо на файл на карте памяти. Примеры: `https://raw.githubusercontent.com/blawar/titledb/master/versions.txt` или `sdmc:/versions.txt`

### MainMenu
Показ соответствующих элементов меню.
Expand All @@ -476,8 +484,10 @@ Homebrew=sdmc:/switch
* **BackendInstall** - пункт "**Install title from USB**, для устаноки игр с ПК через backend
* **GameCard** - пункт "**Install title from Gamecard**, для установки содержимого картриджа в память консоли
* **Network** - пункт "**Home server**, для установки игр с домашнего веб-сервера
* **Local** - показывать или нет ссылки на папки из раздела [Local sources](#local-sources)
* **BrowseApps** - пункт "**Browse installed applications**, для управления установленными приложениями
* **Cleanup** - пункт "**Cleanup orphaned files**, для очистки "осиротевших" файлов с карты памяти
* **UpdateCheck** - пункт "**Check for title updates**", для проверки обновлений и DLC для установленных игр
* **Tickets** - пункт "**Browse tickets**, для управления тикетами
* **MTP** - пункт "**Run MTP responder**, для запуска MTP

Expand Down
30 changes: 20 additions & 10 deletions README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ RotateScreen=false
RotateJoycon=false
; Underclock CPU and GPU in menus 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
; VersionsURL=sdmc:/versions.txt
; Visibility of main menu options
[MainMenu]
Expand All @@ -385,10 +388,14 @@ BackendInstall=true
GameCard=true
; Browse and install files from configured network installation sources
Network=true
; Browse and install files from configured sd card folders
Local=false
; Browse installed applications
BrowseApps=true
; Clean up files left from bad installations/old updates/unused tickets etc
Cleanup=true
; Check for app updates
UpdateCheck=true
; View or delete installed tickets
Tickets=false
; Dedicated save game management menu
Expand Down Expand Up @@ -471,20 +478,23 @@ Homebrew=sdmc:/switch
* **RotateScreen** - rotate the screen 180 degrees
* **RotateJoycon** - rotate controls for rotated screen
* **OptimizeClockSpeed** - enable or disable SoC frequency optimization when idle, disabled by default. **DO NOT** exit DBI improperly if enabled (e.g. by pressing the home button from applet mode) as default clock speeds will not be properly restored and your Switch will be laggy due to being in a low performance mode
* **VersionsURL** - accept a direct link to a file on a remote server, or to a file on a memory card. Examples: `https://raw.githubusercontent.com/blawar/titledb/master/versions.txt` или `sdmc:/versions.txt`

### MainMenu
**Visibility of main menu options** - customize which options will appear in DBI's main menu: **true** - display in main menu, **false** - hide from main menu.

* BrowseSD - display **Browse SD card**, to install games from SD card
* USBHost - display **Browse USB0 Drive**, to install games from a external USB drive if connected
* BackendInstall - display **Install title from USB**, for installing games from PC via dbibackend
* GameCard - display **Install title from Gamecard**, to install a game from an inserted gamecard to your console
* Network - display **Home server**, to install games from a configured home web server
* BrowseApps - display **Browse installed applications**, to browse and manage installed applications
* Cleanup - display **Cleanup orphaned files**, to clean up 'orphaned' files from the SD card
* Tickets - display **Browse tickets**, to manage tickets
* Saves - display **Browse saves**, to manage save games
* MTP - display **Run MTP responder**, to start MTP mode
* **BrowseSD** - display **Browse SD card**, to install games from SD card
* **USBHost** - display **Browse USB0 Drive**, to install games from a external USB drive if connected
* **BackendInstall** - display **Install title from USB**, for installing games from PC via dbibackend
* **GameCard** - display **Install title from Gamecard**, to install a game from an inserted gamecard to your console
* **Network** - display **Home server**, to install games from a configured home web server
* **Local** - show or not links to folders from the section [Local sources](#local-sources)
* **BrowseApps** - display **Browse installed applications**, to browse and manage installed applications
* **Cleanup** - display **Cleanup orphaned files**, to clean up 'orphaned' files from the SD card
* **UpdateCheck** - display "**Check for title updates**", to check for updates and DLC for installed games
* **Tickets** - display **Browse tickets**, to manage tickets
* **Saves** - display **Browse saves**, to manage save games
* **MTP** - display **Run MTP responder**, to start MTP mode

### Applications
* **CalculateLFSSize** - enables or disables the size check for LayeredFS mods, if enabled depending on the size of the mod a delay may occur when opening a game's information screen in **Installed applications**
Expand Down

0 comments on commit c541b79

Please sign in to comment.