mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-13 22:06:46 +00:00
Do not force deinit on hekate TUI sd info
This commit is contained in:
parent
eea5463a5c
commit
874c801772
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ void print_sdcard_info()
|
||||||
gfx_clear_partial_grey(0x1B, 0, 1256);
|
gfx_clear_partial_grey(0x1B, 0, 1256);
|
||||||
gfx_con_setpos(0, 0);
|
gfx_con_setpos(0, 0);
|
||||||
|
|
||||||
if (sd_initialize(true))
|
if (sd_initialize(false))
|
||||||
{
|
{
|
||||||
gfx_printf("%kCard IDentification:%k\n", 0xFF00DDFF, 0xFFCCCCCC);
|
gfx_printf("%kCard IDentification:%k\n", 0xFF00DDFF, 0xFFCCCCCC);
|
||||||
gfx_printf(
|
gfx_printf(
|
||||||
|
|
Loading…
Reference in a new issue