mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Silences warnings
This commit is contained in:
parent
6e2eaf75da
commit
097458df2a
@ -66,7 +66,7 @@ INLINE uint32 SF_FORCE_A64(uint64 *) { return(0); }
|
||||
|
||||
INLINE uint32 SF_FORCE_D(double *) { return(0); }
|
||||
|
||||
#define SFVARN(x, n) { &(x), SF_IS_BOOL(&(x)) ? 1 : sizeof(x), MDFNSTATE_RLSB | (SF_IS_BOOL(&(x)) ? MDFNSTATE_BOOL : 0), n }
|
||||
#define SFVARN(x, n) { &(x), SF_IS_BOOL(&(x)) ? 1 : (uint32_t)sizeof(x), MDFNSTATE_RLSB | (SF_IS_BOOL(&(x)) ? MDFNSTATE_BOOL : 0), n }
|
||||
#define SFVAR(x) SFVARN((x), #x)
|
||||
|
||||
#define SFARRAYN(x, l, n) { (x), (uint32)(l), 0 | SF_FORCE_A8(x), n }
|
||||
|
Loading…
Reference in New Issue
Block a user