hekate/nyx: adjust handling of sdmmc return values
This commit is contained in:
@@ -110,7 +110,7 @@ void menu_autorcm()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!emmc_initialize(false))
|
||||
if (emmc_initialize(false))
|
||||
{
|
||||
EPRINTF("Failed to init eMMC.");
|
||||
btn_wait();
|
||||
|
||||
Reference in New Issue
Block a user