aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/qt_sdl/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/main.cpp b/src/frontend/qt_sdl/main.cpp
index 7a81698..5074bab 100644
--- a/src/frontend/qt_sdl/main.cpp
+++ b/src/frontend/qt_sdl/main.cpp
@@ -3285,6 +3285,9 @@ int main(int argc, char** argv)
}
SDL_JoystickEventState(SDL_ENABLE);
+
+ SDL_InitSubSystem(SDL_INIT_VIDEO);
+ SDL_EnableScreenSaver(); SDL_DisableScreenSaver();
Config::Load();