FileSearch: Namespace functions under the Common namespace

This commit is contained in:
Lioncash
2017-04-07 00:55:10 -04:00
parent f94cd57a70
commit f7a2f6ad01
9 changed files with 18 additions and 11 deletions

View File

@ -145,7 +145,7 @@ GCMemcardDirectory::GCMemcardDirectory(const std::string& directory, int slot, u
hdr_file.ReadBytes(&m_hdr, BLOCK_SIZE);
}
std::vector<std::string> filenames = DoFileSearch({".gci"}, {m_save_directory});
std::vector<std::string> filenames = Common::DoFileSearch({".gci"}, {m_save_directory});
if (filenames.size() > 112)
{