Update screen.c
This commit is contained in:
parent
6f56a9bfe9
commit
61ecd9a617
@ -47,6 +47,9 @@ static const u32 brightness[4] = {0x5F, 0x4C, 0x39, 0x26};
|
||||
|
||||
void __attribute__((naked)) arm11Stub(void)
|
||||
{
|
||||
//Disable interrupts
|
||||
__asm(".word 0xF10C01C0");
|
||||
|
||||
WAIT_FOR_ARM9();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user