mirror of
https://github.com/rashevskyv/dbi.git
synced 2024-12-29 02:45:08 +08:00
added new config entryes
This commit is contained in:
parent
d8f550988e
commit
f5e5aac36b
@ -24,6 +24,9 @@ RotateScreen=false
|
|||||||
RotateJoycon=false
|
RotateJoycon=false
|
||||||
; Underclock CPU and GPU in menus to reduce battery usage
|
; Underclock CPU and GPU in menus to reduce battery usage
|
||||||
OptimizeClockSpeed=false
|
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
|
; Visibility of main menu options
|
||||||
[MainMenu]
|
[MainMenu]
|
||||||
@ -37,10 +40,14 @@ BackendInstall=true
|
|||||||
GameCard=true
|
GameCard=true
|
||||||
; Browse and install files from configured network installation sources
|
; Browse and install files from configured network installation sources
|
||||||
Network=true
|
Network=true
|
||||||
|
; Browse and install files from configured sd card folders
|
||||||
|
Local=false
|
||||||
; Browse installed applications
|
; Browse installed applications
|
||||||
BrowseApps=true
|
BrowseApps=true
|
||||||
; Clean up files left from bad installations/old updates/unused tickets etc
|
; Clean up files left from bad installations/old updates/unused tickets etc
|
||||||
Cleanup=true
|
Cleanup=true
|
||||||
|
; Check for app updates
|
||||||
|
UpdateCheck=true
|
||||||
; View or delete installed tickets
|
; View or delete installed tickets
|
||||||
Tickets=false
|
Tickets=false
|
||||||
; Dedicated save game management menu
|
; Dedicated save game management menu
|
||||||
@ -107,4 +114,4 @@ Homebrew=sdmc:/switch
|
|||||||
; Override for display name in DBI and MTP mode
|
; Override for display name in DBI and MTP mode
|
||||||
[Title name override]
|
[Title name override]
|
||||||
; <UPPERCASE TID>=<Desired name>
|
; <UPPERCASE TID>=<Desired name>
|
||||||
; 010023901191C000=Naheulbeuk
|
; 010023901191C000=Naheulbeuk
|
Loading…
Reference in New Issue
Block a user