So glad not having to deal with Brahma shit anymore

This commit is contained in:
TuxSH 2017-05-20 00:23:43 +02:00
parent 2349370960
commit 252d32aafe
2 changed files with 1 additions and 5 deletions

View File

@ -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;
//Ensure that all memory transfers have completed and that the caches have been flushed
flushEntireDCache();

View File

@ -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)