Welcome Luma3DS

This commit is contained in:
Aurora
2016-04-23 01:43:11 +02:00
parent c14526068a
commit 3fd4603553
31 changed files with 28 additions and 82 deletions

View File

@@ -43,7 +43,7 @@ static int fsize(FILE *fp)
static void error(FILE *payload, const char *message)
{
fclose(payload);
printf("%s, are you sure you're using an AuReiNand payload?\n", message);
printf("%s, are you sure you're using a Luma3DS payload?\n", message);
exit(0);
}
@@ -51,7 +51,7 @@ int main(int argc, char **argv)
{
if(argc == 1)
{
printf("Usage: %s <AuReiNand payload path>\n", argv[0]);
printf("Usage: %s <Luma3DS payload path>\n", argv[0]);
exit(0);
}