Fix timeout bug with long initialization sequences.

This commit is contained in:
Shaun Taylor 2017-09-04 12:07:26 -07:00
parent 65f34c7ae7
commit 511169c1b4
1 changed files with 3 additions and 0 deletions

View File

@ -580,6 +580,9 @@ int _tmain(int argc, _TCHAR* argv[])
char *path = NULL;
bool selected = false;
/* It may have taken a long time to init */
menu.ResetTimeout();
/* Display user prompts */
menu.DisplayPrompt();
menu.DisplayGames();