mirror of
https://github.com/zeldaret/oot
synced 2026-05-24 23:21:53 -04:00
3d050f2861
* Decompile a bunch of small files * Rename dacrate to dacRate * Run format.sh * Minor fixes in PR #160
6 lines
83 B
C
6 lines
83 B
C
#include <global.h>
|
|
|
|
void osSpTaskYield() {
|
|
__osSpSetStatus(SP_STATUS_SIG3);
|
|
}
|