replace OS_MESSAGE_NON_BLOCKING and OS_MESSAGE_BLOCKING with OS_MESSAGE_NOBLOCK and OS_MESSAGE_BLOCK

This commit is contained in:
Jcw87
2023-04-24 21:10:38 -07:00
parent af265612c1
commit 3477aaa1cb
11 changed files with 27 additions and 30 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ static void waitForTick(u32 param_0, u16 param_1) {
OSMessage msg;
do {
if (!OSReceiveMessage(JUTVideo::getManager()->getMessageQueue(), &msg,
OS_MESSAGE_BLOCKING)) {
OS_MESSAGE_BLOCK)) {
msg = NULL;
}
} while ((int)msg - nextCount > 0);