forked from Mirrors/OmniNX
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:
parent
13495f15d7
commit
34c5b89a14
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ usb30_force_enabled = u8!0x1
|
||||||
; Atmosphere custom settings
|
; Atmosphere custom settings
|
||||||
[erpt]
|
[erpt]
|
||||||
; Control whether erpt reports should always be preserved, instead of automatically cleaning periodically.
|
; 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]
|
[atmosphere]
|
||||||
; Make the power menu's "reboot" button reboot to payload.
|
; Make the power menu's "reboot" button reboot to payload.
|
||||||
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
|
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue