mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 00:26:53 -04:00
8 lines
119 B
C
8 lines
119 B
C
#include "libultra_internal.h"
|
|
#include "data.h"
|
|
|
|
void osDpSetStatus(u32 data)
|
|
{
|
|
IO_WRITE(DPC_STATUS_REG, data);
|
|
}
|