From ef2e008700293dd827a388cdf52f4f33d2c05208 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 24 Jan 2017 23:35:23 +0100 Subject: [PATCH] Set the stub back to AXIWRAM again --- source/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/screen.h b/source/screen.h index 72fb37d..b8d8d5c 100644 --- a/source/screen.h +++ b/source/screen.h @@ -33,7 +33,7 @@ #define ARESCREENSINITIALIZED (PDN_GPU_CNT != 1) -#define ARM11_STUB_ADDRESS (0x25000000 - 0x30) +#define ARM11_STUB_ADDRESS 0x1FFFFD00 #define WAIT_FOR_ARM9() *arm11Entry = 0; while(!*arm11Entry); ((void (*)())*arm11Entry)(); #define SCREEN_TOP_WIDTH 400