MCPcopy 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
557static std::string GetCacheFilename()
558{
559 return Path::Combine(EmuFolders::Cache, "gamelist.cache");
560}
561
562void GameList::LoadCache()
563{

Callers 3

LoadCacheMethod · 0.85
OpenCacheForWritingMethod · 0.85
DeleteCacheFileMethod · 0.85

Calls 1

CombineFunction · 0.85

Tested by

no test coverage detected