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

Function cdvdGetNVRAMPath

pcsx2/CDVD/CDVD.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static std::string cdvdGetNVRAMPath()
161{
162 return Path::ReplaceExtension(BiosPath, "nvm");
163}
164
165void cdvdLoadNVRAM()
166{

Callers 2

cdvdLoadNVRAMFunction · 0.85
cdvdSaveNVRAMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected