mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-04 02:09:46 -04:00
AudioMgr cleanup (#1300)
* AudioMgr cleanup * Remove D_801D14F0 from variables.h
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "audiomgr.h"
|
||||
#include "buffers.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
@@ -80,7 +81,7 @@ void Main(void* arg) {
|
||||
|
||||
while (!exit) {
|
||||
msg = NULL;
|
||||
osRecvMesg(&irqMgrMsgQ, (OSMesg)&msg, OS_MESG_BLOCK);
|
||||
osRecvMesg(&irqMgrMsgQ, (OSMesg*)&msg, OS_MESG_BLOCK);
|
||||
if (msg == NULL) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user