mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-24 10:54:38 +00:00
Fix derp (2)
This commit is contained in:
parent
b093578046
commit
0306556032
@ -288,7 +288,7 @@ u32 firmRead(void *dest, u32 firmType)
|
|||||||
while(f_readdir(&dir, &info) == FR_OK && info.fname[0] != 0)
|
while(f_readdir(&dir, &info) == FR_OK && info.fname[0] != 0)
|
||||||
{
|
{
|
||||||
//Not a cxi
|
//Not a cxi
|
||||||
if(info.fname[9] == 'a' && strlen(info.fname) != 12) continue;
|
if(info.fname[9] != 'a' || strlen(info.fname) != 12) continue;
|
||||||
|
|
||||||
u32 tempVersion = hexAtoi(info.altname, 8);
|
u32 tempVersion = hexAtoi(info.altname, 8);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user