fix compilation error
This commit is contained in:
@@ -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 */
|
/* 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 */
|
/* Switch to emuSD, if active */
|
||||||
SwapToEmuSd();
|
SwapToEmuSd();
|
||||||
|
|||||||
Reference in New Issue
Block a user