1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-10-03 05:02:04 +00:00

Remove stray hekate cfg set. It's handled by default.

This commit is contained in:
CTCaer 2020-11-15 14:00:35 +02:00
parent 669e42960c
commit e45ffab5d8

View File

@ -381,8 +381,6 @@ void nyx_init_load_res()
hekate_bg = bmp_to_lvimg_obj("bootloader/res/background.bmp"); hekate_bg = bmp_to_lvimg_obj("bootloader/res/background.bmp");
sd_unmount(); sd_unmount();
h_cfg.rcm_patched = fuse_check_patched_rcm();
} }
#if (LV_LOG_PRINTF == 1) #if (LV_LOG_PRINTF == 1)