dmnt-cheat: make cheats default toggle configurable

This commit is contained in:
Michael Scire
2019-03-06 00:20:17 -08:00
parent 4d0ab41e6e
commit d756f2fc0d
5 changed files with 43 additions and 12 deletions

View File

@@ -8,4 +8,7 @@ usb30_force_enabled = u8!0x0
[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
power_menu_reboot_function = str!payload
; Controls whether dmnt cheats should be enabled or disabled
; by default. 1 = enabled by default, 0 = disabled by default.
dmnt_cheats_enabled_by_default = u8!0x1