mirror of https://github.com/PrimeDecomp/prime.git
Use FORCEACTIVE for OSMessage rather than FORCEFILES
Former-commit-id: 99075cea0b
This commit is contained in:
parent
54082f92f8
commit
b7bed36ea9
|
@ -34,5 +34,11 @@ SECTIONS
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
#if 0
|
||||
BOOL OSJamMessage(OSMessageQueue* mq, OSMessage msg, s32 flags) {
|
||||
BOOL enabled;
|
||||
|
||||
|
@ -85,4 +84,3 @@ BOOL OSJamMessage(OSMessageQueue* mq, OSMessage msg, s32 flags) {
|
|||
OSRestoreInterrupts(enabled);
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue