mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-11 20:15:45 +00:00
Update libretro-common
This commit is contained in:
parent
4f140d448c
commit
a2a58147e7
@ -25,6 +25,8 @@
|
||||
#include <string.h>
|
||||
#include <memalign.h>
|
||||
|
||||
#include <retro_environment.h>
|
||||
|
||||
#if defined(__SSE2__)
|
||||
#include <emmintrin.h>
|
||||
#elif defined(__ALTIVEC__)
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <retro_environment.h>
|
||||
#include <retro_inline.h>
|
||||
#include <filters.h>
|
||||
#include <memalign.h>
|
||||
|
@ -81,12 +81,9 @@ static INLINE uint64_t SWAP64(uint64_t val)
|
||||
# undef MSB_FIRST
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if _M_IX86 || _M_AMD64 || _M_ARM || _M_ARM64
|
||||
/* MSVC pre-defines macros depending on target arch */
|
||||
#if defined (_M_IX86) || defined (_M_AMD64) || defined (_M_ARM) || defined (_M_ARM64)
|
||||
#define LSB_FIRST 1
|
||||
#elif _M_PPC
|
||||
#define MSB_FIRST 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user