MCPcopy 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
269void CSoundGen::LoadSettings()
270{
271 if (!m_hThread)
272 return;
273
274 PostThreadMessageW(WM_USER_LOAD_SETTINGS, 0, 0);
275}
276
277void CSoundGen::SilentAll()
278{

Callers 1

InitInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected