Browse Source

Allow for software based rendering

pull/3817/merge
Anders Jenbo 4 years ago
parent
commit
0e2aac8cfe
  1. 2
      Source/utils/display.cpp

2
Source/utils/display.cpp

@ -295,7 +295,7 @@ void ReinitializeRenderer()
}
if (*sgOptions.Graphics.upscale) {
Uint32 rendererFlags = SDL_RENDERER_ACCELERATED;
Uint32 rendererFlags = 0;
if (*sgOptions.Graphics.vSync) {
rendererFlags |= SDL_RENDERER_PRESENTVSYNC;

Loading…
Cancel
Save