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

Function CDVDsys_ClearFiles

pcsx2/CDVD/CDVDcommon.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void CDVDsys_ClearFiles()
326{
327 for (u32 i = 0; i < std::size(m_SourceFilename); i++)
328 m_SourceFilename[i] = {};
329}
330
331void CDVDsys_ChangeSource(CDVD_SourceType type)
332{

Callers 1

ShutdownMethod · 0.85

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected