mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
7 lines
76 B
C
7 lines
76 B
C
|
#include <global.h>
|
||
|
|
||
|
u32 osDpGetStatus(void)
|
||
|
{
|
||
|
return DPC_STATUS_REG;
|
||
|
}
|