Shipwright/soh/src/libultra/io/dpgetstat.c

6 lines
76 B
C

#include "global.h"
u32 osDpGetStatus(void) {
return DPC_STATUS_REG;
}