mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-12 21:36:39 +00:00
hos: disallow no configuration booting as it's useless nowadays
This commit is contained in:
parent
ea83566fc9
commit
a980eac647
1 changed files with 2 additions and 6 deletions
|
@ -642,12 +642,8 @@ void launch_firmware()
|
||||||
|
|
||||||
if (!cfg_sec)
|
if (!cfg_sec)
|
||||||
{
|
{
|
||||||
gfx_puts("\nUsing default launch configuration...\n");
|
gfx_printf("\nPress any key...\n");
|
||||||
gfx_puts("\nPress POWER to Continue.\nPress VOL to go to the menu.");
|
goto out;
|
||||||
|
|
||||||
u32 btn = btn_wait();
|
|
||||||
if (!(btn & BTN_POWER))
|
|
||||||
goto out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (payload_path)
|
if (payload_path)
|
||||||
|
|
Loading…
Reference in a new issue