mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-07-14 18:31:52 +00: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);
|
|
}
|