Update main.c

This commit is contained in:
Lunalik 2018-11-28 21:45:45 -05:00 committed by GitHub
parent 683ca6af1d
commit 090275015b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2493,6 +2493,8 @@ 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)