Mercurial > audlegacy
changeset 93:245b1307e182 trunk
[svn] More endianness fixes.
author | nenolod |
---|---|
date | Tue, 01 Nov 2005 20:20:20 -0800 |
parents | 6bfea334e57d |
children | 2801eda0683f |
files | Plugins/Input/console/blargg_common.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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