From 49edb00ce8ba82f3449963f80b9131c45b524d8e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 16 May 2020 13:48:47 -0400 Subject: Split two (supposedly) gflib files --- arm9/lib/include/OS_system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm9/lib/include/OS_system.h') diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h index 794e16d2..6ce585dc 100644 --- a/arm9/lib/include/OS_system.h +++ b/arm9/lib/include/OS_system.h @@ -35,5 +35,6 @@ OSIntrMode OS_GetCpsrIrq(); OSProcMode OS_GetProcMode(); void OS_SpinWait(); void OS_WaitVBlankIntr(); +void OS_WaitIrq(BOOL, u32); #endif //POKEDIAMOND_OS_SYSTEM_H -- cgit v1.2.3