scummvm/backends/graphics/sdl
Filippos Karapetis d54b61dc7a SDL: Fix full screen toggling for 3D games
The previous SdlGraphics3dManager::toggleFullScreen() was not using
beginGFXTransaction / endGFXTransaction in toggleFullScreen().
Restore this logic for 3D games, as using transactions in such games
results in a black screen for 3D games when switching to full screen

A regression from d33487f64
2021-09-29 20:25:28 +02:00
..
sdl-graphics.cpp SDL: Fix full screen toggling for 3D games 2021-09-29 20:25:28 +02:00
sdl-graphics.h SDL: Move getDisplayDpiFromSdl and getDpiScalingFactor into the SdlWindow class 2021-08-14 19:09:33 +01:00