Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ LoadSettings
Method
LoadSettings
Source/SoundGen.cpp:269–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void CSoundGen::LoadSettings()
270
{
271
if (!m_hThread)
272
return;
273
274
PostThreadMessageW(WM_USER_LOAD_SETTINGS, 0, 0);
275
}
276
277
void CSoundGen::SilentAll()
278
{
Callers
1
InitInstance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected