mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
7 lines
132 B
C
7 lines
132 B
C
#include "libultra_internal.h"
|
|
#include "hardware.h"
|
|
|
|
void __osSpSetStatus(u32 status) {
|
|
HW_REG(SP_STATUS_REG, u32) = status;
|
|
}
|