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

Method DefaultSettings

Source/SettingsService.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void CSettingsService::DefaultSettings() {
214 for (auto &x : m_pSettings)
215 x->UseDefaultSetting();
216}
217
218void CSettingsService::DeleteSettings() {
219 // Delete all settings from registry

Callers 1

InitInstanceMethod · 0.80

Calls 1

UseDefaultSettingMethod · 0.80

Tested by

no test coverage detected