From fcbc3968bd95e4d19b37d9fa4bca51b1db8596ff Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 22 Nov 2024 16:04:33 +1300 Subject: Implement name and author ports in system device --- arm9/source/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9/source/core.h') diff --git a/arm9/source/core.h b/arm9/source/core.h index 916806c..fde13a7 100644 --- a/arm9/source/core.h +++ b/arm9/source/core.h @@ -1,11 +1,11 @@ #ifndef CORE_H_ #define CORE_H_ + #include "devices/system.h" #include "devices/clock.h" #include "devices/input.h" #include "devices/math.h" #include "devices/screen.h" - #include "devices/system.h" #include "devices/memory.h" #define WST br->wst -- cgit v1.2.3-70-g09d2