mirror of
https://github.com/zeldaret/oot
synced 2026-05-25 07:23:09 -04:00
6 lines
76 B
C
6 lines
76 B
C
#include <global.h>
|
|
|
|
u32 osDpGetStatus(void) {
|
|
return DPC_STATUS_REG;
|
|
}
|