summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libgme/gb_cpu_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libgme/gb_cpu_run.h')
-rw-r--r--lib/rbcodec/codecs/libgme/gb_cpu_run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libgme/gb_cpu_run.h b/lib/rbcodec/codecs/libgme/gb_cpu_run.h
index 1ea8b59249..acfd515ca3 100644
--- a/lib/rbcodec/codecs/libgme/gb_cpu_run.h
+++ b/lib/rbcodec/codecs/libgme/gb_cpu_run.h
@@ -129,7 +129,7 @@ int const c10 = 0x10; // cz
129 129
130 #ifdef BLARGG_BIG_ENDIAN 130 #ifdef BLARGG_BIG_ENDIAN
131 #define R8( n ) (reg.r8_ [n]) 131 #define R8( n ) (reg.r8_ [n])
132 #elif BLARGG_LITTLE_ENDIAN 132 #elif defined(BLARGG_LITTLE_ENDIAN)
133 #define R8( n ) (reg.r8_ [(n) ^ 1]) 133 #define R8( n ) (reg.r8_ [(n) ^ 1])
134 #else 134 #else
135 // Be sure "blargg_endian.h" has been #included in the file that #includes this 135 // Be sure "blargg_endian.h" has been #included in the file that #includes this