mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 07:56:03 -04:00
8 lines
108 B
C
8 lines
108 B
C
#include "libultra_internal.h"
|
|
#include "data.h"
|
|
|
|
u32 __osSpGetStatus()
|
|
{
|
|
return IO_READ(SP_STATUS_REG);
|
|
}
|