Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
static std::string cdvdGetNVRAMPath()
161
{
162
return Path::ReplaceExtension(BiosPath,
"nvm"
);
163
}
164
165
void cdvdLoadNVRAM()
166
{
Callers
2
cdvdLoadNVRAM
Function · 0.85
cdvdSaveNVRAM
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected