Merge pull request #6649 from leoetlino/fs-tests

UnitTests: Add tests for the Wii filesystem
This commit is contained in:
Léo Lam
2018-04-20 21:34:06 +02:00
committed by GitHub
3 changed files with 294 additions and 1 deletions

View File

@ -77,8 +77,8 @@ private:
std::shared_ptr<File::IOFile> OpenHostFile(const std::string& host_path);
std::string m_root_path;
std::array<Handle, 16> m_handles{};
std::map<std::string, std::weak_ptr<File::IOFile>> m_open_files;
std::array<Handle, 16> m_handles{};
};
} // namespace IOS::HLE::FS