mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 11:07:40 +00:00
Use FORCEACTIVE for OSMessage rather than FORCEFILES
Former-commit-id: 99075cea0b
This commit is contained in:
@@ -34,5 +34,11 @@ SECTIONS
|
|||||||
|
|
||||||
FORCEFILES
|
FORCEFILES
|
||||||
{
|
{
|
||||||
OSMessage.o /* How is this even in the binary? */
|
}
|
||||||
|
|
||||||
|
FORCEACTIVE
|
||||||
|
{
|
||||||
|
OSInitMessageQueue
|
||||||
|
OSSendMessage
|
||||||
|
OSReceiveMessage
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ BOOL OSReceiveMessage(OSMessageQueue* mq, OSMessage* msg, s32 flags) {
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
BOOL OSJamMessage(OSMessageQueue* mq, OSMessage msg, s32 flags) {
|
BOOL OSJamMessage(OSMessageQueue* mq, OSMessage msg, s32 flags) {
|
||||||
BOOL enabled;
|
BOOL enabled;
|
||||||
|
|
||||||
@@ -85,4 +84,3 @@ BOOL OSJamMessage(OSMessageQueue* mq, OSMessage msg, s32 flags) {
|
|||||||
OSRestoreInterrupts(enabled);
|
OSRestoreInterrupts(enabled);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user