Use RedNAND as default when EmuNAND not setup

This commit is contained in:
d0k3 2016-05-15 18:32:53 +02:00
parent 67b54ec633
commit 2e06480fa1

View File

@ -355,7 +355,5 @@ bool InitEmuNandBase(void)
if (CheckNandType(NAND_EMUNAND))
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;
}