mirror of
https://github.com/zeldaret/oot
synced 2026-06-12 13:35:17 -04:00
Math Sizes (#297)
* Math Sizes Added sizes to most variable types * Removed sizes and fixed pads Removed sizes from base types and cleaned up pads * PR fixes
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ u32 Jpeg_SendTask(JpegContext* ctx) {
|
||||
// clang-format on
|
||||
|
||||
JpegWork* workBuf = ctx->workBuf;
|
||||
u32 pad[2];
|
||||
s32 pad[2];
|
||||
|
||||
workBuf->taskData.address = PHYSICAL_TO_VIRTUAL(&workBuf->unk_6C0);
|
||||
workBuf->taskData.mode = ctx->mode;
|
||||
|
||||
Reference in New Issue
Block a user