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
This commit is contained in:
niklascfw 2026-04-11 21:16:21 +02:00
parent 13495f15d7
commit 34c5b89a14
No known key found for this signature in database

View file

@ -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.