mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 20:11:50 +00:00
tui: tools: simplify autorcm warning
This commit is contained in:
parent
31d6c7d85d
commit
503f4d4cd6
1 changed files with 1 additions and 3 deletions
|
@ -311,9 +311,7 @@ void menu_autorcm()
|
|||
|
||||
if (h_cfg.rcm_patched)
|
||||
{
|
||||
gfx_printf("%kThis device is RCM patched and\nAutoRCM function is disabled.\n\n"
|
||||
"In case %kAutoRCM%k is enabled\nthis will %kBRICK%k the device PERMANENTLY!!%k",
|
||||
0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFCCCCCC);
|
||||
WPRINTF("This device is RCM patched and the\nfunction is disabled to avoid BRICKS!\n");
|
||||
btn_wait();
|
||||
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue