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