mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang-fix?
This commit is contained in:
parent
ed4c5caf3d
commit
902eef2b3e
@ -151,6 +151,7 @@ s32 PS4_SYSV_ABI scePngDecDecode(OrbisPngDecHandle handle, const OrbisPngDecDeco
|
|||||||
if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY ||
|
if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY ||
|
||||||
color_type == PNG_COLOR_TYPE_PALETTE)
|
color_type == PNG_COLOR_TYPE_PALETTE)
|
||||||
png_set_add_alpha(pngh->png_ptr, 0xFF, PNG_FILLER_AFTER);
|
png_set_add_alpha(pngh->png_ptr, 0xFF, PNG_FILLER_AFTER);
|
||||||
|
|
||||||
png_read_update_info(pngh->png_ptr, pngh->info_ptr);
|
png_read_update_info(pngh->png_ptr, pngh->info_ptr);
|
||||||
|
|
||||||
png_bytep* row_pointers = NULL;
|
png_bytep* row_pointers = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user