Skip to content

Commit

Permalink
GUI: Increase update screen rate to 60Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothar Serra Mari authored and criezy committed Apr 20, 2016
1 parent de073e5 commit d6772d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui-manager.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit d6772d5

Please sign in to comment.