Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/lib/src/__osSpSetStatus.c
7857 views
1
#include "libultra_internal.h"
2
#include "hardware.h"
3
4
void __osSpSetStatus(u32 status) {
5
HW_REG(SP_STATUS_REG, u32) = status;
6
}
7
8