mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 23:45:55 -04:00
c1ada3693f
* Add clangd support for VS Code * Revert accidental change
10 lines
173 B
C
10 lines
173 B
C
#ifndef DVDLOW_H
|
|
#define DVDLOW_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
typedef void (*DVDLowCallback)(u32 intType);
|
|
vu32 __DIRegs[16] AT_ADDRESS(0xCC006000);
|
|
|
|
#endif /* DVDLOW_H */
|