mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-25 21:22:45 +00:00
Added warning if deletion fails
This commit is contained in:
parent
2be5a24262
commit
04a33143b7
@ -272,10 +272,15 @@ static inline void installer(bool isOtpless)
|
||||
else
|
||||
{
|
||||
*(vu32 *)0x80FD0FC = 0;
|
||||
sdmmc_sdcard_init(true, false);
|
||||
mountFs(true);
|
||||
fileDelete("arm9loaderhax.bin");
|
||||
|
||||
drawTitle();
|
||||
|
||||
if(sdmmc_sdcard_init(true, false) && mountFs(true)) fileDelete("arm9loaderhax.bin");
|
||||
else
|
||||
{
|
||||
posY = drawString("Couldn't remove arm9loaderhax.bin!", 10, posY + SPACING_Y, COLOR_RED);
|
||||
posY = drawString("Do it yourself after the install ends", 10, posY, COLOR_RED);
|
||||
}
|
||||
}
|
||||
|
||||
if(!ISA9LH && ISN3DS && !ISDEVUNIT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user