From 1dacd1ac1b616cfdc3def9e72c1fe3aae6176e93 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Thu, 27 May 2010 02:08:18 +0000 Subject: [PATCH] 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 --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp index d54ade4368..31a533b7f0 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp @@ -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::iterator Level1 = ParentEntry.children.begin(); Level1 != ParentEntry.children.end(); ++Level1) { if (Level1->isDirectory)