MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getOscTableEndPtr

Function getOscTableEndPtr

libs/JSystem/JAudio/System/JASBNKParser.cpp:232–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 const JASOscillator::Point *getOscTableEndPtr(const JASOscillator::Point *pPoint)
233 {
234 int i;
235 do
236 {
237 i = pPoint->_0;
238 pPoint++;
239 } while (i <= 10);
240 return pPoint;
241 }
242
243 u32 getUsedHeapSize() { return sUsedHeapSize; }
244}

Callers 1

createBasicBankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected