mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-26 13:42:45 +00:00
Fix derp
This commit is contained in:
parent
e1b1b259ac
commit
c43960f7d4
@ -131,7 +131,7 @@ u32 firmRead(void *dest)
|
||||
|
||||
f_closedir(&dir);
|
||||
|
||||
if(!ret && firmVersion != 0xFFFFFFFF)
|
||||
if(ret != 1 && firmVersion != 0xFFFFFFFF)
|
||||
{
|
||||
//Complete the string with the .app name
|
||||
concatenateStrings(path, "/00000000.app");
|
||||
|
Loading…
x
Reference in New Issue
Block a user