Files
oot/src/libultra_code/osSpTaskYield.c
T
Random 3d050f2861 Decompile a bunch of small files (#160)
* Decompile a bunch of small files

* Rename dacrate to dacRate

* Run format.sh

* Minor fixes in PR #160
2020-05-25 23:18:14 +02:00

6 lines
83 B
C

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