mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-23 09:30:09 -04:00
5c23113592
* libultra from sm64 integrated; 3 libultra functions matched * All of libultra done! authored-by: farisawan-2000 <farisawan.2000@gmail.com>
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;
|
|
}
|