summaryrefslogtreecommitdiff
path: root/src/os/osCreatePiManager.c
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-05-01 10:09:49 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-05-01 10:09:49 -0600
commita2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4 (patch)
tree4250a53478f87b8b07e16481a634ef16550ddb43 /src/os/osCreatePiManager.c
parentd5264825f0a7ab67f53fca8857cbd24dd86ee86d (diff)
WIP Compilation
Diffstat (limited to 'src/os/osCreatePiManager.c')
-rw-r--r--src/os/osCreatePiManager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/osCreatePiManager.c b/src/os/osCreatePiManager.c
index 68c491eb6..c65201934 100644
--- a/src/os/osCreatePiManager.c
+++ b/src/os/osCreatePiManager.c
@@ -3,7 +3,7 @@
#define OS_PI_MGR_MESG_BUFF_SIZE 1
//! @todo In libreultra this is in an include
-#ifdef VERSION_SH
+#ifdef VERSION_SH
extern OSPiHandle *CartRomHandle;
extern OSPiHandle *LeoDiskHandle;
#endif
@@ -39,7 +39,7 @@ void osCreatePiManager(OSPri pri, OSMesgQueue *cmdQ, OSMesg *cmdBuf, s32 cmdMsgC
osSetThreadPri(NULL, pri);
}
int_disabled = __osDisableInt();
- __osPiDevMgr.initialized = TRUE;
+ __osPiDevMgr.initialized = true;
__osPiDevMgr.mgrThread = &piMgrThread;
__osPiDevMgr.cmdQueue = cmdQ;
__osPiDevMgr.eventQueue = &__osPiMesgQueue;