apply cdrom volume in spu
[pcsx_rearmed.git] / plugins / dfsound / stdafx.h
index 96335e3..ff082bc 100644 (file)
 #define INLINE static inline
 #endif
 
+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
+#define HTOLE16(x) __builtin_bswap16(x)
+#define LE16TOH(x) __builtin_bswap16(x)
+#else
+#define HTOLE16(x) (x)
+#define LE16TOH(x) (x)
+#endif
+
 #include "psemuxa.h"
 
 #endif /* __P_STDAFX_H__ */