FileSystems: Change multiple internal functions to take std::string_view

This commit is contained in:
Henrik Rydgård
2026-02-06 12:31:49 +01:00
parent c85496c84d
commit f8077347e4
7 changed files with 24 additions and 33 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ private:
// Warning: modifies input string.
int getFileListIndex(std::string &fileName);
int getFileListIndex(u32 accessBlock, u32 accessSize, bool blockMode = false) const;
Path GetLocalPath(std::string localpath) const;
Path GetLocalPath(std::string_view localpath) const;
typedef void *HandlerLibrary;
typedef int HandlerHandle;