diff --git a/src/video/sdl2_v.cpp b/src/video/sdl2_v.cpp --- a/src/video/sdl2_v.cpp +++ b/src/video/sdl2_v.cpp @@ -507,11 +507,6 @@ bool VideoDriver_SDL_Base::PollEvent() static const char *InitializeSDL() { - /* Explicitly disable hardware acceleration. Enabling this causes - * UpdateWindowSurface() to update the window's texture instead of - * its surface. */ - SDL_SetHint(SDL_HINT_FRAMEBUFFER_ACCELERATION, "0"); - /* Check if the video-driver is already initialized. */ if (SDL_WasInit(SDL_INIT_VIDEO) != 0) return nullptr;