From 7279007ccf37720ccec4a804cd4c91220cb7edb2 Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Tue, 16 Jul 2019 19:22:53 -0400 Subject: [PATCH] defaults: disable screenshot verification by capsrv --- common/defaults/system_settings.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/defaults/system_settings.ini b/common/defaults/system_settings.ini index e6987f42c..c7353df61 100644 --- a/common/defaults/system_settings.ini +++ b/common/defaults/system_settings.ini @@ -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 \ No newline at end of file +fsmitm_redirect_saves_to_sd = u8!0x0