MemoryCardFolder: Fix saved message displaying junk

This commit is contained in:
Stenzek 2023-06-23 20:13:03 +10:00 committed by refractionpcsx2
parent a79ad44370
commit 286fabaddc
2 changed files with 2 additions and 2 deletions

View File

@ -1585,7 +1585,7 @@ bool FolderMemoryCard::WriteToFile(const u8* src, u32 adr, u32 dataLength)
return false;
}
std::string FolderMemoryCard::GetFolderName()
const std::string& FolderMemoryCard::GetFolderName()
{
return m_folderName;
}

View File

@ -363,7 +363,7 @@ public:
void WriteToFile(const std::string& filename);
std::string GetFolderName();
const std::string& GetFolderName();
protected:
struct EnumeratedFileEntry