mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Improve z_jpeg documentation (#825)
* Improve z_jpeg documentation * JpegWork::data is probably better than address * Rename Jpeg_SendTask to Jpeg_ScheduleDecoderTask * Rename njpegUCode to gJpegUCode * Rename GetU16 to GetUnalignedU16 and improve docs
This commit is contained in:
parent
aebf11b8be
commit
36fead60a0
7 changed files with 95 additions and 65 deletions
|
@ -402,7 +402,7 @@ glabel Jpeg_Decode
|
|||
/* AE5ABC 8006E91C 10000016 */ b .L8006E978
|
||||
/* AE5AC0 8006E920 26B50004 */ addiu $s5, $s5, 4
|
||||
.L8006E924:
|
||||
/* AE5AC4 8006E924 0C01B78C */ jal Jpeg_SendTask
|
||||
/* AE5AC4 8006E924 0C01B78C */ jal Jpeg_ScheduleDecoderTask
|
||||
/* AE5AC8 8006E928 27A40208 */ addiu $a0, $sp, 0x208
|
||||
/* AE5ACC 8006E92C 8FA40040 */ lw $a0, 0x40($sp)
|
||||
/* AE5AD0 8006E930 0C001880 */ jal osInvalDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue