Some cleanups + we don't need a non-libretro codepath

This commit is contained in:
twinaphex
2021-06-05 20:56:49 +02:00
parent 0acfea1ca9
commit e154706586
7 changed files with 1 additions and 47 deletions

View File

@@ -22,11 +22,7 @@
#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;