mirror of
https://github.com/sm64pc/sm64pc.git
synced 2025-04-12 00:05:59 +02:00
6 lines
104 B
C
6 lines
104 B
C
#include "libultra_internal.h"
|
|
|
|
void osSpTaskYield(void) {
|
|
__osSpSetStatus(SPSTATUS_SET_SIGNAL0);
|
|
}
|