From 431fef0be9a8dca78b53fe86a4ac9cbd614db1ea Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Wed, 2 Sep 2020 16:42:28 -0700 Subject: [PATCH] update gui --- mupen64plus-gui/vidext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mupen64plus-gui/vidext.cpp b/mupen64plus-gui/vidext.cpp index 43d31fb..65a117d 100644 --- a/mupen64plus-gui/vidext.cpp +++ b/mupen64plus-gui/vidext.cpp @@ -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; }