We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd1ee0 commit 33246aaCopy full SHA for 33246aa
cardengine/arm9/source/cardengine.c
@@ -58,8 +58,8 @@ extern volatile int (*readCachedRef)(u32*); // This pointer is not at the end of
58
59
vu32* volatile sharedAddr = (vu32*)CARDENGINE_SHARED_ADDRESS;
60
61
-#define cacheDescriptor 0x023FC000
62
-#define cacheCounter 0x023FD800
+#define cacheDescriptor 0x02710000
+#define cacheCounter 0x02712000
63
static u32 accessCounter = 0;
64
65
static tNDSHeader* ndsHeader = (tNDSHeader*)NDS_HEADER;
0 commit comments