# HG changeset patch # User nenolod # Date 1130905220 28800 # Node ID 245b1307e18262654eccd3108cae7e2e07888159 # Parent 6bfea334e57def7ea77499a15ec0acdd44d5ecac [svn] More endianness fixes. diff -r 6bfea334e57d -r 245b1307e182 Plugins/Input/console/blargg_common.h --- a/Plugins/Input/console/blargg_common.h Tue Nov 01 20:18:19 2005 -0800 +++ b/Plugins/Input/console/blargg_common.h Tue Nov 01 20:20:20 2005 -0800 @@ -15,9 +15,9 @@ #endif #ifdef WORDS_BIGENDIAN -# define BLARGG_BIG_ENDIAN +# define BLARGG_BIG_ENDIAN 1 #else -# define BLARGG_LITTLE_ENDIAN +# define BLARGG_LITTLE_ENDIAN 1 #endif // Source files use #include BLARGG_ENABLE_OPTIMIZER before performance-critical code