mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 15:44:53 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
10 lines
163 B
C
10 lines
163 B
C
#ifndef DVDLOW_H
|
|
#define DVDLOW_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
typedef void (*DVDLowCallback)(u32 intType);
|
|
vu32 __DIRegs[16] : 0xCC006000;
|
|
|
|
#endif /* DVDLOW_H */
|