mirror of
https://github.com/n64decomp/sm64
synced 2026-05-30 00:46:18 -04:00
6 lines
104 B
C
6 lines
104 B
C
#include "libultra_internal.h"
|
|
|
|
void osSpTaskYield(void) {
|
|
__osSpSetStatus(SPSTATUS_SET_SIGNAL0);
|
|
}
|