From 34c5b89a141dd73d8ecc693889bcd0515d740cb7 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Sat, 11 Apr 2026 21:16:21 +0200 Subject: [PATCH] Enable erpt report preservation in light variant system_settings.ini Uncomment disable_automatic_report_cleanup and set u8!0x1 so automatic cleanup of /atmosphere/erpt_reports is disabled per Atmosphere semantics. Made-with: Cursor --- variants/light/atmosphere/config/system_settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/light/atmosphere/config/system_settings.ini b/variants/light/atmosphere/config/system_settings.ini index 7b7f4d6..0872b3c 100644 --- a/variants/light/atmosphere/config/system_settings.ini +++ b/variants/light/atmosphere/config/system_settings.ini @@ -19,7 +19,7 @@ usb30_force_enabled = u8!0x1 ; Atmosphere custom settings [erpt] ; Control whether erpt reports should always be preserved, instead of automatically cleaning periodically. -; disable_automatic_report_cleanup = u8!0x0 +disable_automatic_report_cleanup = u8!0x1 [atmosphere] ; Make the power menu's "reboot" button reboot to payload. ; Set to "normal" for normal reboot, "rcm" for rcm reboot.