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

Method headerLoadTask

libs/JSystem/JAudio/System/JASAramStream.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void JASAramStream::headerLoadTask(void *arg) {
221 TaskData *data = (TaskData*)arg;
222 data->stream->headerLoad(data->_4, data->_8);
223}
224
225void JASAramStream::firstLoadTask(void *arg) {
226 TaskData *data = (TaskData*)arg;

Callers

nothing calls this directly

Calls 1

headerLoadMethod · 0.80

Tested by

no test coverage detected