some cleanup

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1303 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-11-26 17:16:54 +00:00
parent 1580d6ecf1
commit d0cd722e81
4 changed files with 13 additions and 15 deletions

View File

@ -274,8 +274,8 @@ u32 ScanDirectoryTree(const std::string& _Directory, FSTEntry& parentEntry)
u32 ScanDirectoryTree(const std::string& _Directory, FSTEntry& parentEntry)
{
PanicAlert("Scan directory not implemanted yet\n");
// TODO - Insert linux stuff here
return 0;
// TODO - Insert linux stuff here
return 0;
}
#endif