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