Merge remote-tracking branch 'upstream/master'

This commit is contained in:
dP
2024-02-04 22:50:08 +05:30
1358 changed files with 138991 additions and 72904 deletions
+3 -3
View File
@@ -46,7 +46,7 @@ const char *VideoDriver_Null::Start(const StringList &parm)
void VideoDriver_Null::Stop() { }
void VideoDriver_Null::MakeDirty(int left, int top, int width, int height) {}
void VideoDriver_Null::MakeDirty(int, int, int, int) {}
void VideoDriver_Null::MainLoop()
{
@@ -77,6 +77,6 @@ void VideoDriver_Null::MainLoop()
}
}
bool VideoDriver_Null::ChangeResolution(int w, int h) { return false; }
bool VideoDriver_Null::ChangeResolution(int, int) { return false; }
bool VideoDriver_Null::ToggleFullscreen(bool fs) { return false; }
bool VideoDriver_Null::ToggleFullscreen(bool) { return false; }