mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-06 09:32:17 +02:00
defaults: disable screenshot verification by capsrv
This commit is contained in:
parent
5672c935ed
commit
7279007ccf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user