mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 20:26:52 +00:00
hos: disallow no configuration booting as it's useless nowadays
This commit is contained in:
parent
ea83566fc9
commit
a980eac647
@ -642,11 +642,7 @@ 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.");
|
|
||||||
|
|
||||||
u32 btn = btn_wait();
|
|
||||||
if (!(btn & BTN_POWER))
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user