This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
oot
Watch
1
Star
0
Fork
You've already forked oot
0
mirror of
https://github.com/zeldaret/oot.git
synced
2024-12-01 23:36:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d615ec4f31
oot
/
src
/
libultra_code_O2
/
osSpTaskYield.c
6 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
libultra cleanup (#215) * cleanup libultra * fixes - use quotes instead of <> for includes - add macros for zelda specific thread priorities - fix Makefile - properly format the remaining pfs structs * fix button macros + add CHECK_BTN_ANY/CHECK_BTN_ALL * remove ULTRA_ABS * fix includes * update z_player.c/z_lib.c + run format.sh * merge upstream/master * fix include in En_Goroiwa * fix includes
2020-10-03 15:22:44 +00:00
#
include
"global.h"
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 21:18:14 +00:00
void
osSpTaskYield
(
)
{
__osSpSetStatus
(
SP_STATUS_SIG3
)
;
}
Reference in a new issue
Copy permalink