mirror of https://github.com/snes9xgit/snes9x.git
GTK+: use new constant name (#338)
This commit is contained in:
parent
044ebbd057
commit
35389f5595
|
@ -247,7 +247,7 @@ internal_convert_mask (void *src_buffer,
|
||||||
unsigned int bpp)
|
unsigned int bpp)
|
||||||
{
|
{
|
||||||
#ifdef __BIG_ENDIAN__
|
#ifdef __BIG_ENDIAN__
|
||||||
if (endianess == ENDIAN_MSB)
|
if (endianess == ENDIAN_SWAPPED)
|
||||||
#else
|
#else
|
||||||
if (endianess == ENDIAN_NORMAL)
|
if (endianess == ENDIAN_NORMAL)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue