Files
oot/include/cic6105.h
T
Tharo 18d73ff374 Document CIC6105 (#2739)
* Document CIC6105

* Changes, AUDIOMGR_DEBUG_LEVEL -> AUDIOMGR_ACTIVITY_LEVEL
2026-05-06 09:25:34 +02:00

17 lines
341 B
C

#ifndef CIC6105_H
#define CIC6105_H
#include "ultra64.h"
extern u32 gCICBootMagic0;
#define CIC_BOOT_MAGIC0_IS_CORRECT() (gCICBootMagic0 == 0xAD090010)
void CIC6105_EnableAudio(void);
void CIC6105_AddFaultClient(void);
void CIC6105_RemoveFaultClient(void);
void CIC6105_RunBootTask(void);
void CIC6105_SaveBootMagicValues(void);
#endif