From edfd0a0196f257567dba05721cc9a88f9404e1ad Mon Sep 17 00:00:00 2001 From: Resaec Date: Tue, 1 May 2018 01:05:28 +0200 Subject: [PATCH] _0xF0 is an unknown register, it is used in bootup.c, compiles fine now --- exosphere/src/mc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/src/mc.h b/exosphere/src/mc.h index e2ae8c1bd..b3aa9d265 100644 --- a/exosphere/src/mc.h +++ b/exosphere/src/mc.h @@ -96,7 +96,7 @@ typedef struct { uint32_t EMEM_ARB_RING3_THROTTLE_0; uint32_t EMEM_ARB_OVERRIDE_0; uint32_t EMEM_ARB_RSV_0; - uint32_t _0xF0[1]; /* undefined */ /* 0xF0 */ + uint32_t _0xF0; /* unknown */ /* 0xF0 */ uint32_t CLKEN_OVERRIDE_0; uint32_t _0xF8[1]; /* undefined */ uint32_t TIMING_CONTROL_0;