mirror of
https://github.com/simple64/simple64.git
synced 2026-09-07 21:02:44 +02:00
update gui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user