2019-01-24 16:24:22 +00:00
|
|
|
[eupld]
|
2021-03-01 22:18:27 +00:00
|
|
|
; Disable uploading error reports to Nintendo
|
2019-11-27 21:28:54 +00:00
|
|
|
; upload_enabled = u8!0x0
|
2021-03-01 22:18:27 +00:00
|
|
|
[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!0x0
|
|
|
|
[ro]
|
2019-04-26 11:10:56 +01:00
|
|
|
; Control whether RO should ease its validation of NROs.
|
|
|
|
; (note: this is normally not necessary, and ips patches can be used.)
|
2020-05-15 22:28:51 +01:00
|
|
|
; ease_nro_restriction = u8!0x1
|
2021-09-12 03:32:14 +01:00
|
|
|
[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
|
2019-02-05 09:51:05 +00:00
|
|
|
; Atmosphere custom settings
|
2022-03-17 07:31:30 +00:00
|
|
|
[erpt]
|
|
|
|
; Control whether erpt reports should always be preserved, instead of automatically cleaning periodically.
|
|
|
|
; disable_automatic_report_cleanup = u8!0x0
|
2019-02-05 09:51:05 +00:00
|
|
|
[atmosphere]
|
2019-04-26 11:10:56 +01:00
|
|
|
; Reboot from fatal automatically after some number of milliseconds.
|
|
|
|
; If field is not present or 0, fatal will wait indefinitely for user input.
|
2019-11-27 21:28:54 +00:00
|
|
|
; fatal_auto_reboot_interval = u64!0x0
|
2019-02-05 09:51:05 +00:00
|
|
|
; Make the power menu's "reboot" button reboot to payload.
|
|
|
|
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
|
2019-11-27 21:28:54 +00:00
|
|
|
; power_menu_reboot_function = str!payload
|
2019-08-09 01:45:31 +01:00
|
|
|
; Controls whether dmnt cheats should be toggled on or off by
|
2019-03-06 08:21:24 +00:00
|
|
|
; default. 1 = toggled on by default, 0 = toggled off by default.
|
2019-11-27 21:28:54 +00:00
|
|
|
; dmnt_cheats_enabled_by_default = u8!0x1
|
2019-03-25 17:35:08 +00:00
|
|
|
; Controls whether dmnt should always save cheat toggle state
|
|
|
|
; for restoration on new game launch. 1 = always save toggles,
|
|
|
|
; 0 = only save toggles if toggle file exists.
|
2019-11-27 21:28:54 +00:00
|
|
|
; dmnt_always_save_cheat_toggles = u8!0x0
|
2019-11-28 09:28:20 +00:00
|
|
|
; Enable writing to BIS partitions for HBL.
|
|
|
|
; This is probably undesirable for normal usage.
|
|
|
|
; enable_hbl_bis_write = u8!0x0
|
|
|
|
; Enable reading the CAL0 partition for HBL.
|
|
|
|
; This is probably undesirable for normal usage.
|
|
|
|
; enable_hbl_cal_read = u8!0x0
|
2019-04-05 21:36:38 +01:00
|
|
|
; Controls whether fs.mitm should redirect save files
|
|
|
|
; to directories on the sd card.
|
|
|
|
; 0 = Do not redirect, 1 = Redirect.
|
|
|
|
; NOTE: EXPERIMENTAL
|
|
|
|
; If you do not know what you are doing, do not touch this yet.
|
2019-11-27 21:28:54 +00:00
|
|
|
; fsmitm_redirect_saves_to_sd = u8!0x0
|
2020-12-14 23:56:04 +00:00
|
|
|
; Controls whether am sees system settings "DebugModeFlag" as
|
|
|
|
; enabled or disabled.
|
|
|
|
; 0 = Disabled (not debug mode), 1 = Enabled (debug mode)
|
|
|
|
; enable_am_debug_mode = u8!0x0
|
2021-01-31 03:50:49 +00:00
|
|
|
; Controls whether dns.mitm is enabled
|
|
|
|
; 0 = Disabled, 1 = Enabled
|
2021-01-31 04:16:45 +00:00
|
|
|
; enable_dns_mitm = u8!0x1
|
2021-01-31 03:50:49 +00:00
|
|
|
; 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)
|
2021-01-31 16:04:25 +00:00
|
|
|
; add_defaults_to_dns_hosts = u8!0x1
|
2021-02-01 21:40:23 +00:00
|
|
|
; Controls whether dns.mitm logs to the sd card for debugging
|
|
|
|
; 0 = Disabled, 1 = Enabled
|
|
|
|
; enable_dns_mitm_debug_log = u8!0x0
|
2021-02-23 12:10:20 +00:00
|
|
|
; Controls whether htc is enabled
|
|
|
|
; 0 = Disabled, 1 = Enabled
|
|
|
|
; enable_htc = u8!0x0
|
2021-09-12 03:32:14 +01:00
|
|
|
; Controls whether atmosphere's log manager is enabled
|
|
|
|
; Note that this setting is ignored (and treated as 1) when htc is enabled.
|
|
|
|
; 0 = Disabled, 1 = Enabled
|
|
|
|
; enable_log_manager = u8!0x0
|
2023-03-10 17:06:38 +00:00
|
|
|
; 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!0x0
|
2019-08-09 01:45:31 +01:00
|
|
|
[hbloader]
|
|
|
|
; Controls the size of the homebrew heap when running as applet.
|
|
|
|
; If set to zero, all available applet memory is used as heap.
|
|
|
|
; The default is zero.
|
2019-11-27 21:28:54 +00:00
|
|
|
; applet_heap_size = u64!0x0
|
2019-08-09 01:45:31 +01:00
|
|
|
; Controls the amount of memory to reserve when running as applet
|
|
|
|
; for usage by other applets. This setting has no effect if
|
2019-12-07 21:45:14 +00:00
|
|
|
; applet_heap_size is non-zero. The default is 0x8600000.
|
|
|
|
; applet_heap_reservation_size = u64!0x8600000
|