mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
5 lines
104 B
C
5 lines
104 B
C
#include "libultra_internal.h"
|
|
|
|
void osSpTaskYield(void) {
|
|
__osSpSetStatus(SPSTATUS_SET_SIGNAL0);
|
|
}
|