MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / LoadSettings

Method LoadSettings

Source/SettingsService.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void CSettingsService::LoadSettings() {
204 for (auto &x : m_pSettings)
205 x->LoadFromRegistry();
206}
207
208void CSettingsService::SaveSettings() {
209 for (auto &x : m_pSettings)

Callers

nothing calls this directly

Calls 1

LoadFromRegistryMethod · 0.80

Tested by

no test coverage detected