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 15:26:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e8f93099d1
oot
/
src
/
libultra_code_O2
/
osSpTaskYield.c
6 lines
87 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
Fix most compiler warnings in the boot and code segments (#674) * Less warnings in boot & code segments * few more warnings gone * Ran formatter * z_view warning gone * -> 1 * f31 -> 31 * Remove function casts * Few more small improvements * Separate declaration and assignment in func_80091738 and Item_Give Co-authored-by: Thar0 <maximilianc64@gmail.com>
2021-02-14 00:49:40 +00:00
void
osSpTaskYield
(
void
)
{
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
__osSpSetStatus
(
SP_STATUS_SIG3
)
;
}
Reference in a new issue
Copy permalink