mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 00:34:45 +02:00
MetaFileSystem: Turn another argument into string_view
This commit is contained in:
@@ -659,7 +659,7 @@ PSPFileInfo ISOFileSystem::GetFileInfoByHandle(u32 handle) {
|
||||
return x;
|
||||
}
|
||||
|
||||
std::vector<PSPFileInfo> ISOFileSystem::GetDirListing(const std::string &path, bool *exists) {
|
||||
std::vector<PSPFileInfo> ISOFileSystem::GetDirListing(std::string_view path, bool *exists) {
|
||||
std::vector<PSPFileInfo> myVector;
|
||||
const TreeEntry *entry = GetFromPath(path);
|
||||
if (!entry) {
|
||||
|
||||
Reference in New Issue
Block a user