mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 03:14:38 +00:00
Match more code files (#1724)
This commit is contained in:
parent
be4f3142e0
commit
bc9c1f2be2
4 changed files with 12 additions and 6 deletions
|
@ -105,7 +105,7 @@ void AudioMgr_ThreadEntry(void* arg) {
|
|||
IrqMgr_AddClient(audioMgr->irqMgr, &irqClient, &audioMgr->interruptQueue);
|
||||
|
||||
// Spin waiting for events
|
||||
while (true) {
|
||||
for (;;) {
|
||||
osRecvMesg(&audioMgr->interruptQueue, (OSMesg*)&msg, OS_MESG_BLOCK);
|
||||
|
||||
switch (*msg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue