mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
first pass (#1185)
This commit is contained in:
parent
4729ac131a
commit
791d9018c0
7 changed files with 26 additions and 33 deletions
|
@ -7,7 +7,7 @@
|
|||
if (x & DPC_STATUS_##name) \
|
||||
osSyncPrintf(#name " ")
|
||||
|
||||
void RcpUtils_PrintRegisterStatus() {
|
||||
void RcpUtils_PrintRegisterStatus(void) {
|
||||
u32 spStatus = __osSpGetStatus();
|
||||
u32 dpStatus = osDpGetStatus();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue