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_code_O2
/
osDpSetStatus.c
blob: ecd3f77e07d6c063e6a9dbacfe7b5bb9f51f594b (
plain
)
1
2
3
4
5
#include "global.h" void osDpSetStatus(u32 status) { DPC_STATUS_REG = status; }