Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/lib/src/func_802F71F0.c
7857 views
1
#include "libultra_internal.h"
2
3
void func_802F71F0(void) {
4
register u32 s0 = __osDisableInt();
5
D_803348A0->state = OS_STATE_RUNNABLE;
6
__osEnqueueAndYield(&D_80334898);
7
__osRestoreInt(s0);
8
}
9
10