Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
void CSettingsService::SaveSettings() {
209
for (auto &x : m_pSettings)
210
x->SaveToRegistry();
211
}
212
213
void CSettingsService::DefaultSettings() {
214
for (auto &x : m_pSettings)
Callers
2
InitInstance
Method · 0.80
ExitInstance
Method · 0.80
Calls
1
SaveToRegistry
Method · 0.80
Tested by
no test coverage detected