mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
7 lines
101 B
C
7 lines
101 B
C
#include "libultra_internal.h"
|
|
|
|
void osDpSetStatus(u32 data)
|
|
{
|
|
IO_WRITE(DPC_STATUS_REG, data);
|
|
}
|