mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-01 10:20:20 -04:00
0b8db42226
* start JSystem * JKRAram and JUTGamePad * started heap and thread * more JKernel * mostly finished JKernel * delete unused asm * JKRFileFinder * delete unused asm and match findNextFile * format * fix mtx_vec
11 lines
155 B
C
11 lines
155 B
C
#ifndef VI_H
|
|
#define VI_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
typedef void (*VIRetraceCallback)(u32);
|
|
|
|
extern "C" void VIWaitForRetrace(void);
|
|
|
|
#endif /* VI_H */
|