DiscIO: Avoid copies when comparing FileSystemGCWii file names

This commit is contained in:
JosJuice
2019-05-29 09:16:03 +02:00
parent d4b069f458
commit f25367a7a2
3 changed files with 41 additions and 4 deletions

View File

@ -45,6 +45,7 @@ public:
bool IsDirectory() const override;
u32 GetTotalChildren() const override;
std::string GetName() const override;
bool NameCaseInsensitiveEquals(std::string_view other) const override;
std::string GetPath() const override;
bool IsValid(u64 fst_size, const FileInfoGCWii& parent_directory) const;