forked from Mirrors/OmniNX
Uncomment disable_automatic_report_cleanup and set u8!0x1 so automatic cleanup of /atmosphere/erpt_reports is disabled per Atmosphere semantics. Made-with: Cursor
40 lines
1.9 KiB
INI
40 lines
1.9 KiB
INI
[eupld]
|
|
; Disable uploading error reports to Nintendo
|
|
; upload_enabled = u8!0x0
|
|
[usb]
|
|
; Enable USB 3.0 superspeed for homebrew
|
|
; 0 = USB 3.0 support is system default (usually disabled), 1 = USB 3.0 support is enabled.
|
|
usb30_force_enabled = u8!0x1
|
|
[ro]
|
|
; Control whether RO should ease its validation of NROs.
|
|
; (note: this is normally not necessary, and ips patches can be used.)
|
|
; ease_nro_restriction = u8!0x1
|
|
[lm]
|
|
; Control whether lm should log to the SD card.
|
|
; Note that this setting does nothing when log manager is not enabled.
|
|
; enable_sd_card_logging = u8!0x1
|
|
; Control the output directory for SD card logs.
|
|
; Note that this setting does nothing when log manager is not enabled/sd card logging is not enabled.
|
|
; sd_card_log_output_directory = str!atmosphere/binlogs
|
|
; Atmosphere custom settings
|
|
[erpt]
|
|
; Control whether erpt reports should always be preserved, instead of automatically cleaning periodically.
|
|
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.
|
|
power_menu_reboot_function = str!payload
|
|
; Controls whether dmnt cheats should be toggled on or off by
|
|
; default. 1 = toggled on by default, 0 = toggled off by default.
|
|
dmnt_cheats_enabled_by_default = u8!0x0
|
|
; Controls whether dns.mitm is enabled
|
|
; 0 = Disabled, 1 = Enabled
|
|
enable_dns_mitm = u8!0x1
|
|
; Controls whether dns.mitm uses the default redirections in addition to
|
|
; whatever is specified in the user's hosts file.
|
|
; 0 = Disabled (use hosts file contents), 1 = Enabled (use defaults and hosts file contents)
|
|
add_defaults_to_dns_hosts = u8!0x1
|
|
; Controls whether the bluetooth pairing database is redirected to the SD card (shared across sysmmc/all emummcs)
|
|
; NOTE: On <13.0.0, the database size was 10 instead of 20; booting pre-13.0.0 will truncate the database.
|
|
; 0 = Disabled, 1 = Enabled
|
|
enable_external_bluetooth_db = u8!0x1
|