Install anyway?

This commit is contained in:
JeffRuLz 2019-01-11 21:49:56 -06:00 committed by GitHub
parent 370be53528
commit b5b2c8feb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,10 +341,13 @@ void install(Menu* m)
if (getDsiFree() < fileSize)
{
iprintf("No\n");
goto error;
if (choiceBox("Try installing anyway?") == NO)
goto error;
}
else
{
iprintf("Yes\n");
}
iprintf("Yes\n");
}
//Menu slot check
@ -354,10 +357,13 @@ void install(Menu* m)
if (getMenuSlotsFree() <= 0)
{
iprintf("No\n");
goto error;
if (choiceBox("Try installing anyway?") == NO)
goto error;
}
iprintf("Yes\n");
else
{
iprintf("Yes\n");
}
}
//Create title directory