XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit 16a2565ad9 - Show all commits

View File

@ -985,7 +985,7 @@ BlDisplayBootMenu()
BlInitializeBootMenuList(MenuEntries, &NumberOfEntries, &HighligtedEntryId);
/* Get timeout from the configuration */
TimeOutString = NULL; //BlGetConfigValue(L"TIMEOUT");
TimeOutString = BlGetConfigValue(L"TIMEOUT");
TimeOut = -1;
/* Check if timeout is specified */