index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libultra
/
io
/
dpsetstat.c
blob: cfaa644b8d9d83cf1885d483dad6a2f7728862a8 (
plain
)
1
2
3
4
5
#include "ultra64.h" void osDpSetStatus(u32 status) { IO_WRITE(DPC_STATUS_REG, status); }