Use the older cxi, should fix NANDs with incomplete background updates
This commit is contained in:
parent
2382e6d82c
commit
041ca8451e
@ -87,8 +87,8 @@ void firmRead(void *dest, const char *firmFolder)
|
|||||||
tempId += *tmp > '9' ? *tmp - 'A' + 10 : *tmp - '0';
|
tempId += *tmp > '9' ? *tmp - 'A' + 10 : *tmp - '0';
|
||||||
}
|
}
|
||||||
|
|
||||||
//Found a newer cxi
|
//Found an older cxi
|
||||||
if(tempId > id) id = tempId;
|
if(tempId < id) id = tempId;
|
||||||
}
|
}
|
||||||
|
|
||||||
f_closedir(&dir);
|
f_closedir(&dir);
|
||||||
|
Reference in New Issue
Block a user