summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2024-11-14 23:53:56 -0500
committerNicholas Estelami <NEstelami@users.noreply.github.com>2024-11-14 23:53:56 -0500
commitf07a9b6c8171aaedb6df7950d36c218339954c9c (patch)
treed0a1595f455b74147ef28607d3661c6c00a4b584 /src/sys
parent11a148a04774e861ffd8825c62789b5f150d3fca (diff)
Audio and Message Fixes
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/sys_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c
index dbe173a4..0d50b0e9 100644
--- a/src/sys/sys_main.c
+++ b/src/sys/sys_main.c
@@ -277,7 +277,6 @@ void Graphics_ThreadUpdate() {
// osRecvMesg(&gGfxVImsgQueue, NULL, OS_MESG_BLOCK);
// }
- // LTODO: There is no audio for now :P
osSendMesg(&gTaskMesgQueue, OS_MESG_PTR(NULL), OS_MESG_NOBLOCK);
Audio_Update();
}
@@ -363,7 +362,6 @@ void Main_ThreadEntry(void* arg0) {
OSMesg ogMsg;
u32 mesg;
- // LTODO: Implement audio
Audio_ThreadEntry(NULL);
Graphics_ThreadEntry(NULL);
Controller_Init();