forked from Mirror/GodMode9
Use RedNAND as default when EmuNAND not setup
This commit is contained in:
parent
67b54ec633
commit
2e06480fa1
@ -355,7 +355,5 @@ bool InitEmuNandBase(void)
|
|||||||
if (CheckNandType(NAND_EMUNAND))
|
if (CheckNandType(NAND_EMUNAND))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (GetPartitionOffsetSector("0:") > getMMCDevice(0)->total_size)
|
|
||||||
emunand_base_sector = 0x000000; // keep unknown EmuNAND as RedNAND only if space is low
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user