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/devices/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm9/source/devices') diff --git a/arm9/source/devices/system.h b/arm9/source/devices/system.h index b18b5a2..27619e3 100644 --- a/arm9/source/devices/system.h +++ b/arm9/source/devices/system.h @@ -1,7 +1,11 @@ +#include "../types/readbuf.h" + #ifndef SYSTEM_H_ #define SYSTEM_H_ typedef struct { + ReadBuf name; + ReadBuf authors; u16 sleep; // device mask for waking u8 wake; // ID of wake device } SystemDevice; -- cgit v1.2.3-70-g09d2