#ifndef _DOLPHIN_VI #define _DOLPHIN_VI #include #include #ifdef __cplusplus extern "C" { #endif void VIInit(void); void VIConfigure(GXRenderModeObj* rm); void VIFlush(void); u32 VIGetTvFormat(void); void VISetNextFrameBuffer(void* fb); void VIWaitForRetrace(void); void VISetBlack(BOOL black); #ifdef TARGET_PC void VISetWindowTitle(const char* title); void VISetWindowFullscreen(bool fullscreen); bool VIGetWindowFullscreen(); #endif #ifdef __MWERKS__ vu16 __VIRegs[59] : 0xCC002000; #else vu16 __VIRegs[59]; #endif #ifdef __cplusplus } #endif #endif // _DOLPHIN_VI