mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 02:47:02 -04:00
8fd9f2ab5d
* 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 */
|