mirror of
https://github.com/zeldaret/oot
synced 2026-06-12 13:35:17 -04:00
9 lines
142 B
C
9 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;
|
|
}
|