Fix derp
This commit is contained in:
parent
e1b1b259ac
commit
c43960f7d4
@ -131,7 +131,7 @@ u32 firmRead(void *dest)
|
|||||||
|
|
||||||
f_closedir(&dir);
|
f_closedir(&dir);
|
||||||
|
|
||||||
if(!ret && firmVersion != 0xFFFFFFFF)
|
if(ret != 1 && firmVersion != 0xFFFFFFFF)
|
||||||
{
|
{
|
||||||
//Complete the string with the .app name
|
//Complete the string with the .app name
|
||||||
concatenateStrings(path, "/00000000.app");
|
concatenateStrings(path, "/00000000.app");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user