Update screen.c

This commit is contained in:
TuxSH 2017-01-24 09:22:31 +01:00 committed by GitHub
parent 6f56a9bfe9
commit 61ecd9a617

View File

@ -47,6 +47,9 @@ static const u32 brightness[4] = {0x5F, 0x4C, 0x39, 0x26};
void __attribute__((naked)) arm11Stub(void) void __attribute__((naked)) arm11Stub(void)
{ {
//Disable interrupts
__asm(".word 0xF10C01C0");
WAIT_FOR_ARM9(); WAIT_FOR_ARM9();
} }