Finally fix GW downgraded NANDs (thanks GW for the easily recognizable junk)

This commit is contained in:
Aurora 2016-09-18 13:29:23 +02:00
parent c4e5f4410c
commit d7bdf3fc19

View File

@ -169,7 +169,7 @@ u32 firmRead(void *dest, u32 firmType)
while(f_readdir(&dir, &info) == FR_OK && info.fname[0])
{
//Not a cxi
if(info.altname[9] != 'A') continue;
if(info.fname[9] != 'a') continue;
//Convert the .app name to an integer
u32 tempVersion = 0;