MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / sectionInteractive

Method sectionInteractive

3ds/source/SettingsScreen.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool SettingsScreen::sectionInteractive(size_t section) const
171{
172 return section == SEC_GENERAL || section == SEC_LIBRARY || section == SEC_FOLDERS || section == SEC_NETWORK;
173}
174
175size_t SettingsScreen::contentRowCount(size_t section) const
176{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected