libretro, build fixes

This commit is contained in:
kub 2020-07-10 23:40:35 +02:00
parent 03d5f5105c
commit 93c08696d7
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ extern "C" {
#endif
#ifdef UTYPES_DEFINED
#ifndef UTYPES_DEFINED
typedef uint8_t u8;
typedef int8_t s8;
typedef uint16_t u16;