Put back call to ScanDirectoryTree() while FindValidTitleIDs() is still in use.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5510 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-05-27 02:08:18 +00:00
parent d18253fe33
commit 1dacd1ac1b

View file

@ -779,6 +779,7 @@ void CWII_IPC_HLE_Device_es::FindValidTitleIDs()
sprintf(TitlePath, "%stitle", File::GetUserPath(D_WIIUSER_IDX));
File::FSTEntry ParentEntry;
(void)ScanDirectoryTree(TitlePath, ParentEntry);
for(std::vector<File::FSTEntry>::iterator Level1 = ParentEntry.children.begin(); Level1 != ParentEntry.children.end(); ++Level1)
{
if (Level1->isDirectory)