1
Fork 0
sm64/lib/src/__osSpGetStatus.c

7 lines
119 B
C
Raw Normal View History

2019-08-25 00:46:40 -04:00
#include "libultra_internal.h"
#include "hardware.h"
2020-12-03 14:26:38 -05:00
2019-08-25 00:46:40 -04:00
u32 __osSpGetStatus() {
return HW_REG(SP_STATUS_REG, u32);
}