Prototype fixes

This commit is contained in:
dbalatoni13 2025-04-02 00:41:07 +02:00
parent 9fb738e2ed
commit ba0d7ef58c
6 changed files with 20 additions and 3 deletions

View file

@ -15,6 +15,7 @@ u32 VIGetTvFormat(void);
void VISetNextFrameBuffer(void* fb);
void VIWaitForRetrace(void);
void VISetBlack(BOOL black);
void VIConfigurePan(u16 xOrg, u16 yOrg, u16 width, u16 height);
#ifdef TARGET_PC
void VISetWindowTitle(const char* title);