From c488e189637d72227b3c19ecbed1fc4a2a2e5439 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 22 Nov 2024 16:06:10 +1300 Subject: Prevent overzealous resetting of Bedrock instances A Bedrock instance contains some data which should not be erased, such as the buffer contents for the system name and system author ports, and the identifier for the memory device. This has been stubbed out for now, since it isn't yet needed. --- arm9/source/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9') diff --git a/arm9/source/core.c b/arm9/source/core.c index d792360..7584296 100644 --- a/arm9/source/core.c +++ b/arm9/source/core.c @@ -5,7 +5,7 @@ void reset_br(Bedrock *br) { - *br = (Bedrock) {0}; + // TODO } // Load a program into an instance. -- cgit v1.2.3-70-g09d2