Better here
This commit is contained in:
parent
dcb09a9472
commit
078fce4b3d
@ -36,7 +36,8 @@ void main(){
|
||||
((pressed & BUTTON_UP) && loadPayload("/rei/payloads/up.bin")) ||
|
||||
((pressed & BUTTON_DOWN) && loadPayload("/rei/payloads/down.bin")) ||
|
||||
loadPayload("/rei/payloads/default.bin")){
|
||||
initLCD();
|
||||
//Determine if screen was already inited
|
||||
if(*(vu8 *)0x10141200 == 0x1) initLCD();
|
||||
((void (*)())PAYLOAD_ADDRESS)();
|
||||
}
|
||||
}
|
@ -102,9 +102,6 @@ void initLCD()
|
||||
((void (*)())*arm11)();
|
||||
}
|
||||
|
||||
//Determine if screen was already inited
|
||||
if(*(vu8 *)0x10141200 != 0x1) return;
|
||||
|
||||
//Set CakeBrah framebuffers
|
||||
*(vu32 *)0x23FFFE00 = 0x18300000;
|
||||
*(vu32 *)0x23FFFE04 = 0x18300000;
|
||||
|
Reference in New Issue
Block a user