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

Method IsEmpty

common/MemorySettingsInterface.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool MemorySettingsInterface::IsEmpty()
24{
25 return m_sections.empty();
26}
27
28bool MemorySettingsInterface::GetIntValue(const char* section, const char* key, s32* value) const
29{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected