Forgot about this

This commit is contained in:
Aurora
2016-09-12 13:19:59 +02:00
parent da0adeb39e
commit 4367ea6afa
3 changed files with 10 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ void locateEmuNand(u32 *emuHeader, FirmwareSource *nandType)
const u32 nandSize = getMMCDevice(0)->total_size;
bool found = false;
for (u32 i = 0; i < 3 && !found; i++)
for(u32 i = 0; i < 3 && !found; i++)
{
u32 nandOffset;
switch(i)