mirror of
https://github.com/sm64pc/sm64ex.git
synced 2025-01-23 08:02:01 -05:00
5 lines
118 B
C
5 lines
118 B
C
#include "libultra_internal.h"
|
|
#include "hardware.h"
|
|
u32 __osSpGetStatus() {
|
|
return HW_REG(SP_STATUS_REG, u32);
|
|
}
|