aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
authortwinaphex2015-07-26 04:25:30 +0200
committertwinaphex2015-07-26 04:25:30 +0200
commitf85531b64e2f7649340547ea167d854b3b1b4b23 (patch)
tree7b1ac44199083c34edc4e3260d49bf900031e4c3 /source/memmap.h
parent361b6927ef6af4e0913f18909cb841fd192e69d1 (diff)
downloadsnes9x2005-f85531b64e2f7649340547ea167d854b3b1b4b23.tar.gz
snes9x2005-f85531b64e2f7649340547ea167d854b3b1b4b23.tar.bz2
snes9x2005-f85531b64e2f7649340547ea167d854b3b1b4b23.zip
Prevent warning
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/memmap.h b/source/memmap.h
index 84eca92..0be1192 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -272,7 +272,9 @@ uint8_t* GetBasePointer(uint32_t Address);
extern uint8_t OpenBus;
#else
+#ifndef INLINE
#define INLINE static inline
+#endif
#include "getset.h"
#endif // NO_INLINE_SET_GET