We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc39599 commit 1440495Copy full SHA for 1440495
src/public/libultra/os_mesg.cpp
@@ -4,8 +4,6 @@ extern "C" {
4
5
__OSEventState __osEventStateTab[OS_NUM_EVENTS] = { 0 };
6
7
-
8
9
void osCreateMesgQueue(OSMesgQueue* mq, OSMesg* msgBuf, int32_t count) {
10
mq->validCount = 0;
11
mq->first = 0;
0 commit comments