Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
void CDVDsys_ClearFiles()
326
{
327
for (u32 i = 0; i < std::size(m_SourceFilename); i++)
328
m_SourceFilename[i] = {};
329
}
330
331
void CDVDsys_ChangeSource(CDVD_SourceType type)
332
{
Callers
1
Shutdown
Method · 0.85
Calls
1
size
Function · 0.50
Tested by
no test coverage detected