mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(MPNG) Update
This commit is contained in:
parent
542bbd3ee9
commit
9c8dc6c437
@ -93,7 +93,7 @@ bool png_decode(const void * pngdata, size_t pnglen, struct mpng_image * img, en
|
||||
uint8_t * pixelsend = NULL;
|
||||
|
||||
unsigned int palette[256];
|
||||
int palettelen = 0;
|
||||
unsigned palettelen = 0;
|
||||
|
||||
const uint8_t *data = NULL;
|
||||
const uint8_t *dataend = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user