mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 19:25:18 +02:00
FileSystems: Change multiple internal functions to take std::string_view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user