mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
default-settings: Language.
This commit is contained in:
parent
d756f2fc0d
commit
e24d7a1fd2
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@ usb30_force_enabled = u8!0x0
|
|||
; 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 enabled or disabled
|
||||
; by default. 1 = enabled by default, 0 = disabled by default.
|
||||
; 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!0x1
|
Loading…
Reference in a new issue