1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 15:04:31 +00:00

Changes in PR #15 (2)

- Documented z_msgevent.c
This commit is contained in:
Random 2020-03-20 17:15:39 +01:00
parent bf07193791
commit 1fe00fcce1
7 changed files with 22 additions and 10 deletions

View file

@ -2,7 +2,7 @@
#include <global.h>
#include <sched.h>
void func_8007BF10()
void MsgEvent_SendNullTask()
{
u32 pad[4];
OSScTask task;
@ -11,11 +11,11 @@ void func_8007BF10()
u32 pad2[1];
task.next = NULL;
task.flags = 3;
task.flags = OS_SC_RCP_MASK;
task.msgQ = &queue;
task.msg = NULL;
task.framebuffer = NULL;
task.list.t.type = 0;
task.list.t.type = M_NULTASK;
osCreateMesgQueue(task.msgQ, &msg, 1);
osSendMesg(&gSchedContext.cmdQ, &task, OS_MESG_BLOCK);
func_800C95F8(&gSchedContext); // osScKickEntryMsg