Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2021-04-05 19:28:17 +01:00
33 changed files with 827 additions and 178 deletions

View File

@@ -135,6 +135,7 @@ bool VideoDriver_SDL_OpenGL::AllocateBackingStore(int w, int h, bool force)
MemSetT(&this->dirty_rect, 0);
bool res = OpenGLBackend::Get()->Resize(w, h, force);
SDL_GL_SwapWindow(this->sdl_window);
_screen.dst_ptr = this->GetVideoPointer();
_cur_palette.first_dirty = 0;