diff options
Diffstat (limited to 'src/sys')
| -rw-r--r-- | src/sys/sys_main.c | 2 |
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(); |
