mirror of https://github.com/encounter/aurora.git
8 lines
109 B
C++
8 lines
109 B
C++
|
extern "C" {
|
||
|
#include <dolphin/vi.h>
|
||
|
}
|
||
|
|
||
|
void VIInit() {}
|
||
|
u32 VIGetTvFormat() { return 0; }
|
||
|
void VIFlush() {}
|