mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 20:44:49 +00:00
defaults: disable screenshot verification by capsrv
This commit is contained in:
parent
5672c935ed
commit
7279007ccf
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@ usb30_force_enabled = u8!0x0
|
|||
; (note: this is normally not necessary, and ips patches can be used.)
|
||||
[ro]
|
||||
ease_nro_restriction = u8!0x0
|
||||
; Disable screenshot verification
|
||||
[capsrv]
|
||||
enable_album_screenshot_filedata_verification = u8!0x1
|
||||
; Atmosphere custom settings
|
||||
[atmosphere]
|
||||
; 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.
|
||||
; NOTE: EXPERIMENTAL
|
||||
; 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
|
||||
|
|
Loading…
Add table
Reference in a new issue