diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-12 15:26:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 15:26:25 -0500 |
commit | bab1458cb43bb08fce252b558c7652dc73703caa (patch) | |
tree | 2c434304124cecfa69745d4521aa3870e5a8c9a4 /include | |
parent | 8e65f0188fa601ef97560dfe2e47cea0e88fe683 (diff) | |
parent | e82fc06e0882fbc546a1ced566dd22f90a4ac5bd (diff) |
Merge pull request #898 from DizzyEggg/imgp
Match ConvertImageProcessingToGBA
Diffstat (limited to 'include')
-rwxr-xr-x | include/image_processing_effects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image_processing_effects.h b/include/image_processing_effects.h index f6097d79f..7f726707c 100755 --- a/include/image_processing_effects.h +++ b/include/image_processing_effects.h @@ -33,7 +33,7 @@ struct ImageProcessingContext void *canvasPixels; u16 *canvasPalette; u8 fillerC[0x4]; - u32 dest; + void *dest; u16 quantizeEffect; u16 var_16; u8 paletteStart; |