mirror of
https://github.com/n64decomp/sm64
synced 2026-05-06 14:17:51 +00:00
9 lines
206 B
C
9 lines
206 B
C
#include "libultra_internal.h"
|
|
|
|
void func_802F71F0(void) {
|
|
register u32 s0 = __osDisableInt();
|
|
D_803348A0->state = OS_STATE_RUNNABLE;
|
|
__osEnqueueAndYield(&D_80334898);
|
|
__osRestoreInt(s0);
|
|
}
|