2019-01-24 16:24:22 +00:00
|
|
|
|
; Disable uploading error reports to Nintendo
|
|
|
|
|
[eupld]
|
|
|
|
|
upload_enabled = u8!0x0
|
|
|
|
|
; Enable USB 3.0 superspeed for homebrew
|
|
|
|
|
[usb]
|
2019-03-05 08:56:17 +00:00
|
|
|
|
usb30_force_enabled = u8!0x0
|
2019-02-05 09:51:05 +00:00
|
|
|
|
; Atmosphere custom settings
|
|
|
|
|
[atmosphere]
|
2019-04-22 08:18:01 +01:00
|
|
|
|
; Reboot from fatal automatically after 5 seconds (in milliseconds)
|
|
|
|
|
; If field is disabled fatal waits for an input indefinitely
|
|
|
|
|
; fatal_auto_reboot_interval = u64!5000
|
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-03-06 08:20:17 +00:00
|
|
|
|
power_menu_reboot_function = str!payload
|
2019-03-06 08:21:24 +00:00
|
|
|
|
; Controls whether dmnt cheats should be toggled on or off by
|
|
|
|
|
; default. 1 = toggled on by default, 0 = toggled off by default.
|
2019-03-25 17:35:08 +00:00
|
|
|
|
dmnt_cheats_enabled_by_default = u8!0x1
|
|
|
|
|
; 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-04-05 21:36:38 +01:00
|
|
|
|
dmnt_always_save_cheat_toggles = u8!0x0
|
|
|
|
|
; 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.
|
|
|
|
|
fsmitm_redirect_saves_to_sd = u8!0x0
|