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