1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-23 05:45:03 +00:00
oot/src/libultra_code/osDpSetStatus.c
2020-03-17 00:31:30 -04:00

7 lines
85 B
C

#include <global.h>
void osDpSetStatus(u32 status)
{
DPC_STATUS_REG = status;
}