mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
DiscIO: Avoid copies when comparing FileSystemGCWii file names
This commit is contained in:
parent
d4b069f458
commit
f25367a7a2
3 changed files with 41 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue