This commit is contained in:
rashevskyv 2023-07-05 18:32:12 +03:00
parent 17eb719f41
commit fe57fc4bfe
3 changed files with 21 additions and 5 deletions

View File

@ -702,6 +702,8 @@ ScreenIdleTimeout=0
Autorepeat=true Autorepeat=true
; Show cursors on both panels in two-panel browsinig mode ; Show cursors on both panels in two-panel browsinig mode
Secondcursor=false Secondcursor=false
; Backup saves before delete
FoolproofSaveDelete=true
; Visibility of main menu items ; Visibility of main menu items
[MainMenu] [MainMenu]

View File

@ -698,6 +698,8 @@ ScreenIdleTimeout=0
Autorepeat=true Autorepeat=true
; Show cursors on both panels in two-panel browsinig mode ; Show cursors on both panels in two-panel browsinig mode
Secondcursor=false Secondcursor=false
; Backup saves before delete
FoolproofSaveDelete=true
; Visibility of main menu items ; Visibility of main menu items
[MainMenu] [MainMenu]

View File

@ -40,6 +40,8 @@ ScreenIdleTimeout=0
Autorepeat=true Autorepeat=true
; Show cursors on both panels in two-panel browsinig mode ; Show cursors on both panels in two-panel browsinig mode
Secondcursor=false Secondcursor=false
; Backup saves before delete
FoolproofSaveDelete=true
; Visibility of main menu items ; Visibility of main menu items
[MainMenu] [MainMenu]
@ -61,8 +63,6 @@ Network=true
Local=true 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
Cleanup=true
; Check for app updates ; Check for app updates
UpdateCheck=true UpdateCheck=true
; View where you can view or delete installed tickets ; View where you can view or delete installed tickets
@ -73,6 +73,8 @@ Saves=true
MTP=true MTP=true
; FTP Server ; FTP Server
FTP=true FTP=true
; Tools
Tools=true
[Applications] [Applications]
; Whether check or not LFS mod size ; Whether check or not LFS mod size
@ -82,7 +84,7 @@ CalculateLFSSize=true
[Install] [Install]
; Check NCA hash during install ; Check NCA hash during install
CheckHash=true CheckHash=true
; Use chunked HTTP/FTP transfer (good in bad environments) ; Use chunked network transfer (good in bad environments)
ChunkedTransfer=false ChunkedTransfer=false
; MTP options ; MTP options
@ -101,6 +103,12 @@ CustomStorages=true
TurnOffScreen=false TurnOffScreen=false
; Report android extension (some initiators thinks that android has bugs) ; Report android extension (some initiators thinks that android has bugs)
ReportAndroidExtension=true ReportAndroidExtension=true
; Use single URB transfer. Will be a lot slower, but can improve stability
SingleURB=false
; MTP transmission buffer size in KB
BufferSize=512
; MTP transmission timeout in ms
NewBufferTimeout=2500
; FTP options ; FTP options
[FTP] [FTP]
@ -136,8 +144,12 @@ Hidden=false
[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://192.168.1.24:2121/ ;Test FTP=FTP|ftp://192.168.1.24:2121/
;Test SFTP=SFTP|sftp://user:password@192.168.1.24/
;Test SFTP=SFTP|sftp://remote_user@192.168.1.47/
;Instead of password you can use sdmc:/switch/.ssh/id_rsa and sdmc:/switch/.ssh/id_rsa.pub files
;Sorry, but it seems to be libcurl limitation to use full keypair instead of only private key.
; Main menu shortcuts to SD card locations ; Main menu shortcuts to SD card locations
[Local sources] [Local sources]