mirror of
https://github.com/zeldaret/oot
synced 2026-05-30 00:46:55 -04:00
10 lines
147 B
C
10 lines
147 B
C
#include <global.h>
|
|
|
|
OSMesgQueue* osPiGetCmdQueue()
|
|
{
|
|
if (!__osPiDevMgr.initialized)
|
|
return NULL;
|
|
|
|
return __osPiDevMgr.cmdQueue;
|
|
}
|