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

Method initBankDisposeMsgQueue

libs/JSystem/JAudio/System/JASChannel.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void JASChannel::initBankDisposeMsgQueue() {
508 OSInitMessageQueue(&sBankDisposeMsgQ, sBankDisposeMsg, BANK_NUM);
509 sBankDisposeListSize = 0;
510}
511
512void JASChannel::receiveBankDisposeMsg() {
513 OSMessage msg;

Callers

nothing calls this directly

Calls 1

OSInitMessageQueueFunction · 0.85

Tested by

no test coverage detected