MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FullpathToMcd

Method FullpathToMcd

pcsx2/Pcsx2Config.cpp:2087–2090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2085}
2086
2087std::string Pcsx2Config::FullpathToMcd(uint slot) const
2088{
2089 return Path::Combine(EmuFolders::MemoryCards, Mcd[slot].Filename);
2090}
2091
2092void Pcsx2Config::CopyRuntimeConfig(Pcsx2Config& cfg)
2093{

Callers 3

OpenMethod · 0.80
OpenMethod · 0.80
FileMcd_SetTypeFunction · 0.80

Calls 1

CombineFunction · 0.85

Tested by

no test coverage detected