sm64pc/lib/src/osSpTaskYield.c

6 lines
104 B
C

#include "libultra_internal.h"
void osSpTaskYield(void) {
__osSpSetStatus(SPSTATUS_SET_SIGNAL0);
}