diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-01-03 12:05:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 13:05:50 -0700 |
| commit | f319c8125023f966901131c7ebe479a6f15a750d (patch) | |
| tree | 4d0fb626927306305408e4b19b35fa786cd91192 /include/sys_ucode.h | |
| parent | cb54eb49e47301ca806a754954bee17e23fe6f40 (diff) | |
Graph OK (#236)
* graph_proc
* game_get_next_game_dlftbl
* graph_ct
* func_800D38E0_jp
* func_800D3C94_jp
* graph_dt
* graph_main
* graph_setup_double_buffer
* graph_task_set00 WIP
* graph_draw_finish
* func_800D3E40_jp
* func_800D3E14_jp
* Some cleanup
* Fix m2ctx.py
* graph_task_set00
Diffstat (limited to 'include/sys_ucode.h')
| -rw-r--r-- | include/sys_ucode.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/sys_ucode.h b/include/sys_ucode.h index 8fc3eb4..8152939 100644 --- a/include/sys_ucode.h +++ b/include/sys_ucode.h @@ -3,18 +3,18 @@ #include "ultra64.h" -extern s64 gspF3DZEX2_NoN_PosLight_fifoTextStart[]; -extern s64 gspF3DZEX2_NoN_PosLight_fifoDataStart[]; +extern u64 gspF3DZEX2_NoN_PosLight_fifoTextStart[]; +extern u64 gspF3DZEX2_NoN_PosLight_fifoDataStart[]; extern u64 gspS2DEX2_fifoTextStart[]; extern u64 gspS2DEX2_fifoDataStart[]; -s64* ucode_GetRspBootTextStart(void); +u64* ucode_GetRspBootTextStart(void); size_t ucode_GetRspBootTextSize(void); -s64* ucode_GetPolyTextStart(void); -s64* ucode_GetPolyDataStart(void); +u64* ucode_GetPolyTextStart(void); +u64* ucode_GetPolyDataStart(void); u64* ucode_GetSpriteTextStart(void); u64* ucode_GetSpriteDataStart(void); |
