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

Method SaveToRegistry

Source/SettingsService.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void SaveToRegistry() override {
106 SetRegValue(m_pSection, m_pEntry, ReadSetting());
107 }
108
109 void UseDefaultSetting() override {
110 WriteSetting(GetDefaultSetting());

Callers 1

SaveSettingsMethod · 0.80

Calls 1

SetRegValueFunction · 0.85

Tested by

no test coverage detected