nyx: Allow fix hybrid mbr tool to always run

This commit is contained in:
CTCaer
2021-02-06 04:10:50 +02:00
parent 8ccc47dfa5
commit a25c82a8ce
2 changed files with 7 additions and 1 deletions

View File

@@ -60,6 +60,11 @@ bool sd_get_card_removed()
return false;
}
bool sd_get_card_initialized()
{
return sd_init_done;
}
u32 sd_get_mode()
{
return sd_mode;