mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-26 21:52:47 +00:00
Fix derps
This commit is contained in:
parent
fbef831d25
commit
3bf029ad9c
@ -40,7 +40,10 @@ DSTATUS disk_initialize (
|
|||||||
static u32 sdmmcInited = 0;
|
static u32 sdmmcInited = 0;
|
||||||
|
|
||||||
if(!sdmmcInited)
|
if(!sdmmcInited)
|
||||||
|
{
|
||||||
sdmmc_sdcard_init();
|
sdmmc_sdcard_init();
|
||||||
|
sdmmcInited = 1;
|
||||||
|
}
|
||||||
|
|
||||||
if(pdrv == CTRNAND)
|
if(pdrv == CTRNAND)
|
||||||
ctrNandInit();
|
ctrNandInit();
|
||||||
|
@ -40,7 +40,7 @@ void main(void)
|
|||||||
initScreens();
|
initScreens();
|
||||||
|
|
||||||
//Determine if booting with A9LH
|
//Determine if booting with A9LH
|
||||||
u32 a9lhBoot = !PDN_SPI_CNT,
|
u32 a9lhBoot = !PDN_SPI_CNT;
|
||||||
//Detect the console being used
|
//Detect the console being used
|
||||||
console = PDN_MPCORE_CFG == 7;
|
console = PDN_MPCORE_CFG == 7;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user