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)
|
||||
{
|
||||
#ifdef __BIG_ENDIAN__
|
||||
if (endianess == ENDIAN_MSB)
|
||||
if (endianess == ENDIAN_SWAPPED)
|
||||
#else
|
||||
if (endianess == ENDIAN_NORMAL)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue