Skip to content

Commit

Permalink
OS_MESG_PRI_NORMAL
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Dec 8, 2023
1 parent d15b430 commit 71c81ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/dmamgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void DmaMgr_SendRequest(DmaRequest* req, void* vram, u32 vrom, size_t size, void
req->unk04 = vram;
req->unk08 = size;
req->unk0C = arg4;
req->pri = 0;
req->pri = OS_MESG_PRI_NORMAL;
req->queue = queue;
req->msg = msg;
req->unk11 = 0;
Expand Down

0 comments on commit 71c81ec

Please sign in to comment.