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,12 +642,8 @@ void launch_firmware()
|
||||
|
||||
if (!cfg_sec)
|
||||
{
|
||||
gfx_puts("\nUsing default launch configuration...\n");
|
||||
gfx_puts("\nPress POWER to Continue.\nPress VOL to go to the menu.");
|
||||
|
||||
u32 btn = btn_wait();
|
||||
if (!(btn & BTN_POWER))
|
||||
goto out;
|
||||
gfx_printf("\nPress any key...\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (payload_path)
|
||||
|
Loading…
Reference in New Issue
Block a user