diff --git a/port.h b/port.h index 99afd281..5b3c3b83 100644 --- a/port.h +++ b/port.h @@ -32,6 +32,7 @@ #define RIGHTSHIFT_int16_IS_SAR #define RIGHTSHIFT_int32_IS_SAR #ifndef __LIBRETRO__ + #endif //__LIBRETRO__ #endif @@ -124,7 +125,7 @@ typedef size_t pint; #define S9xDisplayString DisplayStringFromBottom #ifdef __WIN32__ -#ifndef SNES9X_QT +#if !defined(SNES9X_QT) && !defined(__LIBRETRO__) void SetInfoDlgColor(unsigned char, unsigned char, unsigned char); #define SET_UI_COLOR(r,g,b) SetInfoDlgColor(r,g,b) #endif