diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-09-24 06:23:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 19:23:44 +1000 |
| commit | a017b8f2284f58d1606ff70215521b9600fa1651 (patch) | |
| tree | 062cc9cfaee86309f4c24e10ad1ba755ee124d96 /src/code | |
| parent | 2e87212038a4abe3c66d20b98d6f1c2fff8f2380 (diff) | |
Cleanup pass for CIC6105.c (#1371)
* IO_READ
* CIC6105.h
* CIC defines
* sRomInfoFaultClient
* CIC6105_Init
* CIC6105_Destroy
* hopefully final cleanup
* review
* bss
* bss
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/main.c b/src/code/main.c index 7fbb7ccb8..d3840eca5 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -4,6 +4,7 @@ #include "irqmgr.h" #include "padmgr.h" #include "scheduler.h" +#include "CIC6105.h" #include "stack.h" #include "stackcheck.h" |
