Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ GetCacheFilename
Function
GetCacheFilename
pcsx2/GameList.cpp:557–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
static std::string GetCacheFilename()
558
{
559
return Path::Combine(EmuFolders::Cache,
"gamelist.cache"
);
560
}
561
562
void GameList::LoadCache()
563
{
Callers
3
LoadCache
Method · 0.85
OpenCacheForWriting
Method · 0.85
DeleteCacheFile
Method · 0.85
Calls
1
Combine
Function · 0.85
Tested by
no test coverage detected