mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-02 22:28:49 +00:00
Update main.c
This commit is contained in:
parent
683ca6af1d
commit
090275015b
1 changed files with 2 additions and 0 deletions
|
@ -2493,6 +2493,8 @@ void auto_launch_firmware()
|
||||||
|
|
||||||
if (btn & BTN_VOL_DOWN)
|
if (btn & BTN_VOL_DOWN)
|
||||||
goto out;
|
goto out;
|
||||||
|
if (btn & BTN_VOL_UP)
|
||||||
|
power_off();
|
||||||
|
|
||||||
ini_free(&ini_sections);
|
ini_free(&ini_sections);
|
||||||
if (h_cfg.autoboot_list)
|
if (h_cfg.autoboot_list)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue