fix compilation error

This commit is contained in:
NaGa
2025-12-15 02:09:34 +01:00
parent 246e29e594
commit 4d5f6bcdbf

View File

@@ -118,7 +118,9 @@ namespace ams::nxboot {
}
/* Read emuMMC/emuSD config now, need to switch to emuSD, if active, to read AMS files from there */
ReadEmummcConfig();
if (R_FAILED(ReadEmummcConfig())) {
ShowFatalError("Failed to read emummc config.");
}
/* Switch to emuSD, if active */
SwapToEmuSd();