mirror of https://github.com/stella-emu/stella.git
2nd Libretro fix attempt
This commit is contained in:
parent
7e41759b04
commit
6726089791
|
@ -135,10 +135,8 @@ namespace BSPF
|
||||||
static const string ARCH = "NOARCH";
|
static const string ARCH = "NOARCH";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BSPF_WINDOWS)
|
#if defined(BSPF_WINDOWS) || defined(__WIN32__)
|
||||||
#define FORCE_INLINE __forceinline
|
#define FORCE_INLINE __forceinline
|
||||||
#elif defined(__LIB_RETRO__)
|
|
||||||
#define FORCE_INLINE
|
|
||||||
#else
|
#else
|
||||||
#define FORCE_INLINE inline __attribute__((always_inline))
|
#define FORCE_INLINE inline __attribute__((always_inline))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue