diff --git a/source/fs.c b/source/fs.c index f313b3b..2dd0de8 100644 --- a/source/fs.c +++ b/source/fs.c @@ -228,7 +228,7 @@ void loadPayload(u32 pressed, const char *payloadPath) writeConfig(true); - if(memcmp(launchedPath, u"nand", 8)) + if(memcmp(launchedPath, u"nand", 8) == 0) sprintf(absPath, "nand:/rw/luma/%s", path); else sprintf(absPath, "sdmc:/luma/%s", path);