mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-05 17:12:14 +02:00
Uncomment fatal_auto_reboot_interval and set to 0
This commit is contained in:
parent
13c825a8bb
commit
8940ca991e
@ -6,9 +6,10 @@ upload_enabled = u8!0x0
|
||||
usb30_force_enabled = u8!0x0
|
||||
; Atmosphere custom settings
|
||||
[atmosphere]
|
||||
; Reboot from fatal automatically after 5 seconds (in milliseconds)
|
||||
; Reboot from fatal automatically (in milliseconds)
|
||||
; 0 = disabled
|
||||
; If field is disabled fatal waits for an input indefinitely
|
||||
; fatal_auto_reboot_interval = u64!5000
|
||||
fatal_auto_reboot_interval = u64!0
|
||||
; 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
|
||||
|
Loading…
Reference in New Issue
Block a user