- Added ability to copy folders by MTP
- Added ability to define custom MTP storage through
dbi.config
[MTP custom storages]
; <display name>=<path>
; Homebrew=sdmc:/switch
- You can hide some menu items with
dbi.config
; 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
; MTP responder
MTP=true
- Added display of application installation location directly in the "Browse installed applications" menu:
S - all parts of the application are installed on SD
N - all parts of the application are installed in NAND
M - parts of the application are installed in both NAND and SD (Mixed)