summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2021-11-24 14:39:07 -0800
committerPokechu22 <Pokechu022@gmail.com>2021-11-24 14:56:12 -0800
commit8cf841ecc7f53c20eeda80e5beb0f3430868d28e (patch)
tree4df414e76edeadb1bcf606e56dde617394bbaf6a /Source/Core/DiscIO/FileSystemGCWii.cpp
parent99e589cc980988197bd4f367fae8bc4a5d4c51a1 (diff)
Fix saving RGBA images
PNG_FORMAT_RGB and PNG_COLOR_TYPE_RGB both evaluate to 2, but PNG_FORMAT_RGBA evaluates to 3 while PNG_COLOR_TYPE_RGBA evaluates to 6; the bit indicating a palette is 1 while the bit indicating alpha is 4.
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp')
0 files changed, 0 insertions, 0 deletions