mirror of
https://github.com/zeldaret/tp
synced 2026-07-01 12:18:52 -04:00
replace OS_MESSAGE_NON_BLOCKING and OS_MESSAGE_BLOCKING with OS_MESSAGE_NOBLOCK and OS_MESSAGE_BLOCK
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user