mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-03 06:38:47 +00:00
Update main.c
This commit is contained in:
parent
683ca6af1d
commit
73b6196873
1 changed files with 3 additions and 0 deletions
|
@ -2494,6 +2494,9 @@ void auto_launch_firmware()
|
|||
if (btn & BTN_VOL_DOWN)
|
||||
goto out;
|
||||
|
||||
if (btn & BTN_VOL_UP)
|
||||
power_off();
|
||||
|
||||
ini_free(&ini_sections);
|
||||
if (h_cfg.autoboot_list)
|
||||
ini_free(&ini_list_sections);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue