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

Method RemoveSection

common/MemorySettingsInterface.cpp:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void MemorySettingsInterface::RemoveSection(const char* section)
322{
323 auto sit = m_sections.find(section);
324 if (sit == m_sections.end())
325 return;
326
327 m_sections.erase(sit);
328}
329
330void MemorySettingsInterface::RemoveEmptySections()
331{

Callers

nothing calls this directly

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected