mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-27 06:02:48 +00:00
Unstubbed NAND writing functions
This commit is contained in:
parent
75dff45fcb
commit
adc153db3f
@ -265,12 +265,12 @@ DRESULT disk_write (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if (type == TYPE_SYSNAND) {
|
if (type == TYPE_SYSNAND) {
|
||||||
if (sdmmc_nand_writesectors(isector, count, buff))
|
if (sdmmc_nand_writesectors(isector, count, buff))
|
||||||
return RES_PARERR;
|
return RES_PARERR;
|
||||||
} else if (sdmmc_sdcard_writesectors(emunand_base_sector + isector, count, buff)) {
|
} else if (sdmmc_sdcard_writesectors(emunand_base_sector + isector, count, buff)) {
|
||||||
return RES_PARERR;
|
return RES_PARERR;
|
||||||
}*/
|
}
|
||||||
// stubbed, better be safe!
|
// stubbed, better be safe!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user