dmnt-cheat: make cheats default toggle configurable
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user