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