mirror of https://github.com/stella-emu/stella.git
trying to fix Libretro pipeline build error
This commit is contained in:
parent
10b133c50f
commit
7e41759b04
|
@ -135,8 +135,10 @@ namespace BSPF
|
|||
static const string ARCH = "NOARCH";
|
||||
#endif
|
||||
|
||||
#if defined(BSPF_WINDOWS) || defined(__LIB_RETRO__)
|
||||
#if defined(BSPF_WINDOWS)
|
||||
#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