mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-03 01:54:37 +00:00
7 lines
142 B
C
7 lines
142 B
C
#include <ultra64.h>
|
|
#include <global.h>
|
|
#include <ultra64/hardware.h>
|
|
|
|
void __osSpSetStatus(u32 a0) {
|
|
HW_REG(SP_STATUS_REG, u32) = a0;
|
|
}
|