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

Method SaveSettings

Source/SettingsService.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void CSettingsService::SaveSettings() {
209 for (auto &x : m_pSettings)
210 x->SaveToRegistry();
211}
212
213void CSettingsService::DefaultSettings() {
214 for (auto &x : m_pSettings)

Callers 2

InitInstanceMethod · 0.80
ExitInstanceMethod · 0.80

Calls 1

SaveToRegistryMethod · 0.80

Tested by

no test coverage detected