diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2020-07-30 15:50:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 21:50:18 +0200 |
| commit | 449b2247fdbe3cd3c424637ec7d6973caa697f0f (patch) | |
| tree | 79950f8f3806cfe9589eb03832be6ab612cf8510 /src/code/z_jpeg.c | |
| parent | c3421dda0c841d3d905ac23601dc84e2cb71034d (diff) | |
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
Diffstat (limited to 'src/code/z_jpeg.c')
| -rw-r--r-- | src/code/z_jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_jpeg.c b/src/code/z_jpeg.c index 70cf1e70e..ee92e02cf 100644 --- a/src/code/z_jpeg.c +++ b/src/code/z_jpeg.c @@ -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; |
