MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SoundCore_GetErrorInc

Function SoundCore_GetErrorInc

source/SoundCore.cpp:474–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472static int g_nErrorMax = 200; // Old: 50
473
474int SoundCore_GetErrorInc()
475{
476 return g_nErrorInc;
477}
478
479void SoundCore_SetErrorInc(const int nErrorInc)
480{

Callers 3

UpdateMethod · 0.85
Spkr_SubmitWaveBufferFunction · 0.85
GenerateAllSoundDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected