MSVC compatibility fixes
This commit is contained in:
@@ -22,7 +22,11 @@
|
||||
#ifndef __FCEU_TYPES_H
|
||||
#define __FCEU_TYPES_H
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
typedef int8_t int8;
|
||||
typedef int16_t int16;
|
||||
typedef int32_t int32;
|
||||
|
||||
Reference in New Issue
Block a user