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