From d2ff9e5df70f2c6be6a0c822ba2e689f82911911 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 13 Jul 2020 22:39:37 +0100 Subject: match OS_timer --- arm9/lib/src/OS_timer.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arm9/lib/src/OS_timer.c (limited to 'arm9/lib/src/OS_timer.c') diff --git a/arm9/lib/src/OS_timer.c b/arm9/lib/src/OS_timer.c new file mode 100644 index 00000000..69a1a6cd --- /dev/null +++ b/arm9/lib/src/OS_timer.c @@ -0,0 +1,9 @@ +#include "OS_timer.h" +#include "function_target.h" + +static u16 OSi_TimerReserved = 0; + +ARM_FUNC void OSi_SetTimerReserved(s32 timerNum) +{ + OSi_TimerReserved |= (1 << timerNum); +} -- cgit v1.2.3