Shipwright/soh/src/libultra/io/sptaskyield.c

6 lines
87 B
C

#include "global.h"
void osSpTaskYield(void) {
__osSpSetStatus(SP_STATUS_SIG3);
}