mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-01 23:36:00 +00:00
6 lines
83 B
C
6 lines
83 B
C
|
#include <global.h>
|
||
|
|
||
|
void osSpTaskYield() {
|
||
|
__osSpSetStatus(SP_STATUS_SIG3);
|
||
|
}
|