mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[RAPPS] Abort screenshot iteration on the first not found
This should decrease startup time / db parse time
This commit is contained in:
parent
964c22c1ca
commit
c3b3fcd111
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ VOID CAvailableApplicationInfo::RetrieveGeneralInfo(AvailableStrings& AvlbString
|
|||
CStringW ScrnshotLocation;
|
||||
if (!GetString(ScrnshotField, ScrnshotLocation))
|
||||
{
|
||||
continue;
|
||||
// We stop at the first screenshot not found,
|
||||
// so screenshots _have_ to be consecutive
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue