mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
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));
|
mmuMapArea(0x20000000, 0x20000000, 128UL << 20, MMU_FLAGS(MMU_CACHE_WB, MMU_READ_WRITE, 1, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (SYS_IsNewConsole()) {
|
||||||
|
TIMER_WaitMS(150);
|
||||||
|
}
|
||||||
|
|
||||||
// Initialize peripherals
|
// Initialize peripherals
|
||||||
PXI_Reset();
|
PXI_Reset();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user