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

Method GetDiscPath

pcsx2/VMManager.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326std::string VMManager::GetDiscPath()
327{
328 std::unique_lock lock(s_info_mutex);
329 return CDVDsys_GetFile(CDVDsys_GetSourceType());
330}
331
332std::string VMManager::GetDiscSerial()
333{

Callers

nothing calls this directly

Calls 1

CDVDsys_GetSourceTypeFunction · 0.85

Tested by

no test coverage detected