mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DiscIO: Avoid copies when comparing FileSystemGCWii file names
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user