From 8fa543f58f251ef5c695f6c288ecd0303ec14144 Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Tue, 5 Apr 2016 10:29:14 +0200 Subject: GUI: Increase update screen rate to 60Hz --- gui/gui-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp index 6ac52487d1..4ddf62b2fe 100644 --- a/gui/gui-manager.cpp +++ b/gui/gui-manager.cpp @@ -286,7 +286,7 @@ void GuiManager::runLoop() { Common::EventManager *eventMan = _system->getEventManager(); uint32 lastRedraw = 0; - const uint32 waitTime = 1000 / 45; + const uint32 waitTime = 1000 / 60; bool tooltipCheck = false; -- cgit v1.2.3