sm64pc/lib/src/osAiGetLength.c

8 lines
132 B
C
Raw Permalink Normal View History

2020-05-05 12:15:53 +00:00
#include "libultra_internal.h"
#include "osAi.h"
#include "hardware.h"
u32 osAiGetLength() {
return HW_REG(AI_LEN_REG, u32);
}