mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +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)
|
if (h_cfg.rcm_patched)
|
||||||
{
|
{
|
||||||
gfx_printf("%kThis device is RCM patched and\nAutoRCM function is disabled.\n\n"
|
WPRINTF("This device is RCM patched and the\nfunction is disabled to avoid BRICKS!\n");
|
||||||
"In case %kAutoRCM%k is enabled\nthis will %kBRICK%k the device PERMANENTLY!!%k",
|
|
||||||
0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFCCCCCC);
|
|
||||||
btn_wait();
|
btn_wait();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue