diff --git a/libretro/config.h b/libretro/config.h index 6452081..fb687db 100644 --- a/libretro/config.h +++ b/libretro/config.h @@ -541,7 +541,11 @@ #define WORDS_BIGENDIAN 1 #endif /* Define if unaligned word access is ok. */ +#if defined(__i386__) || defined(__x86_64__) || defined(__m68k__) #define WORDS_UNALIGNED_OK 1 +#else +#undef WORDS_UNALIGNED_OK +#endif /* Target: Standard X11. */ /* #undef X11 */