| 324 | } |
| 325 | |
| 326 | std::string VMManager::GetDiscPath() |
| 327 | { |
| 328 | std::unique_lock lock(s_info_mutex); |
| 329 | return CDVDsys_GetFile(CDVDsys_GetSourceType()); |
| 330 | } |
| 331 | |
| 332 | std::string VMManager::GetDiscSerial() |
| 333 | { |
nothing calls this directly
no test coverage detected