mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
UCodeDisas_Disassemble (#981)
* ucode_disas_disassemble * run formatter script * fix types * fix matrix print * get rid of Gdma2 * add padding in Gline3DFix
This commit is contained in:
parent
916efa0f7d
commit
dcb8357f72
2 changed files with 1078 additions and 1 deletions
|
@ -1887,7 +1887,7 @@ void UCodeDisas_Destroy(UCodeDisas*);
|
|||
// ? UCodeDisas_ParseGeometryMode(?);
|
||||
// ? UCodeDisas_ParseRenderMode(?);
|
||||
// ? UCodeDisas_PrintVertices(?);
|
||||
void UCodeDisas_Disassemble(UCodeDisas*, Gfx*);
|
||||
// void UCodeDisas_Disassemble(UCodeDisas*, Gfx*);
|
||||
void UCodeDisas_RegisterUCode(UCodeDisas*, s32, UCodeInfo*);
|
||||
void UCodeDisas_SetCurUCode(UCodeDisas*, void*);
|
||||
Acmd* AudioSynth_Update(Acmd* cmdStart, s32* cmdCnt, s16* aiStart, s32 aiBufLen);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue