You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
10 lines
181 B
C
10 lines
181 B
C
|
|
#include "libultra_internal.h"
|
||
|
|
|
||
|
|
extern OSMgrArgs piMgrArgs;
|
||
|
|
|
||
|
|
OSMesgQueue *osPiGetCmdQueue(void) {
|
||
|
|
if (!piMgrArgs.initialized)
|
||
|
|
return NULL;
|
||
|
|
return piMgrArgs.unk08;
|
||
|
|
}
|