mirror of
https://github.com/zeldaret/oot
synced 2026-06-20 16:21:16 -04:00
add some headers, split some of z64.h
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef SYS_UCODE_H
|
||||
#define SYS_UCODE_H
|
||||
|
||||
#include "ultra64.h"
|
||||
|
||||
u64* SysUcode_GetUCodeBoot(void);
|
||||
size_t SysUcode_GetUCodeBootSize(void);
|
||||
u64* SysUcode_GetUCode(void);
|
||||
u64* SysUcode_GetUCodeData(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user