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:
parent
d18253fe33
commit
1dacd1ac1b
|
@ -779,6 +779,7 @@ void CWII_IPC_HLE_Device_es::FindValidTitleIDs()
|
||||||
|
|
||||||
sprintf(TitlePath, "%stitle", File::GetUserPath(D_WIIUSER_IDX));
|
sprintf(TitlePath, "%stitle", File::GetUserPath(D_WIIUSER_IDX));
|
||||||
File::FSTEntry ParentEntry;
|
File::FSTEntry ParentEntry;
|
||||||
|
(void)ScanDirectoryTree(TitlePath, ParentEntry);
|
||||||
for(std::vector<File::FSTEntry>::iterator Level1 = ParentEntry.children.begin(); Level1 != ParentEntry.children.end(); ++Level1)
|
for(std::vector<File::FSTEntry>::iterator Level1 = ParentEntry.children.begin(); Level1 != ParentEntry.children.end(); ++Level1)
|
||||||
{
|
{
|
||||||
if (Level1->isDirectory)
|
if (Level1->isDirectory)
|
||||||
|
|
Loading…
Reference in New Issue