mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-23 15:55:47 +00:00
* Real rcp.h * Correction to comment in initialize.c * Try fix R4300.h * Adjust rcp.h formatting, remove defines in other headers that are now in rcp.h * Suggested changes, document a bug in the modified osAiSetNextBuffer * More rcp.h formatting changes
5 lines
94 B
C
5 lines
94 B
C
#include "global.h"
|
|
|
|
void osDpSetStatus(u32 status) {
|
|
IO_WRITE(DPC_STATUS_REG, status);
|
|
}
|