forked from Mirror/GodMode9
add a needed delay for new 3ds consoles (#617)
This commit is contained in:
parent
4dc5661d58
commit
bf767f2c01
@ -107,6 +107,10 @@ void SYS_CoreZeroInit(void)
|
||||
mmuMapArea(0x20000000, 0x20000000, 128UL << 20, MMU_FLAGS(MMU_CACHE_WB, MMU_READ_WRITE, 1, 1));
|
||||
}
|
||||
|
||||
if (SYS_IsNewConsole()) {
|
||||
TIMER_WaitMS(150);
|
||||
}
|
||||
|
||||
// Initialize peripherals
|
||||
PXI_Reset();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user