update gui

This commit is contained in:
Logan McNaughton
2020-09-02 16:42:28 -07:00
parent 102d939d2b
commit 431fef0be9
+1 -1
View File
@@ -69,7 +69,7 @@ m64p_error qtVidExtFuncSetMode(int Width, int Height, int, int ScreenMode, int)
return M64ERR_SUCCESS;
}
qtVidExtFuncSetModeWithRate(int Width, int Height, int RefreshRate, int BitsPerPixel, int ScreenMode, int Flags)
m64p_function qtVidExtFuncSetModeWithRate(int Width, int Height, int RefreshRate, int BitsPerPixel, int ScreenMode, int Flags)
{
return M64ERR_UNSUPPORTED;
}