defaults: disable screenshot verification by capsrv

This commit is contained in:
Pika 2019-07-16 19:22:53 -04:00 committed by GitHub
parent 5672c935ed
commit 7279007ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ usb30_force_enabled = u8!0x0
; (note: this is normally not necessary, and ips patches can be used.) ; (note: this is normally not necessary, and ips patches can be used.)
[ro] [ro]
ease_nro_restriction = u8!0x0 ease_nro_restriction = u8!0x0
; Disable screenshot verification
[capsrv]
enable_album_screenshot_filedata_verification = u8!0x1
; Atmosphere custom settings ; Atmosphere custom settings
[atmosphere] [atmosphere]
; Reboot from fatal automatically after some number of milliseconds. ; Reboot from fatal automatically after some number of milliseconds.
@ -28,4 +31,4 @@ dmnt_always_save_cheat_toggles = u8!0x0
; 0 = Do not redirect, 1 = Redirect. ; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL ; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet. ; If you do not know what you are doing, do not touch this yet.
fsmitm_redirect_saves_to_sd = u8!0x0 fsmitm_redirect_saves_to_sd = u8!0x0