So glad not having to deal with Brahma shit anymore
This commit is contained in:
parent
2349370960
commit
252d32aafe
@ -379,10 +379,7 @@ void launchFirm(FirmwareType firmType, bool loadFromStorage)
|
||||
if(!ISFIRMLAUNCH) deinitScreens();
|
||||
|
||||
//Set ARM11 kernel entrypoint
|
||||
if(ISFIRMLAUNCH || ISSIGHAX)
|
||||
ARM11_CORE0_MAILBOX_ENTRYPOINT = (u32)firm->arm11Entry;
|
||||
else
|
||||
BRAHMA_ARM11_ENTRYPOINT = (u32)firm->arm11Entry;
|
||||
ARM11_CORE0_MAILBOX_ENTRYPOINT = (u32)firm->arm11Entry;
|
||||
|
||||
//Ensure that all memory transfers have completed and that the caches have been flushed
|
||||
flushEntireDCache();
|
||||
|
@ -47,7 +47,6 @@ typedef volatile s64 vs64;
|
||||
|
||||
#include "3dsheaders.h"
|
||||
|
||||
#define BRAHMA_ARM11_ENTRYPOINT *(vu32 *)0x1FFFFFF8
|
||||
#define ARM11_CORE0_MAILBOX_ENTRYPOINT *(vu32 *)0x1FFFFFFC
|
||||
|
||||
#define CFG_SYSPROT9 (*(vu8 *)0x10000000)
|
||||
|
Reference in New Issue
Block a user