Skip to content

Commit

Permalink
win32: fix libretro build
Browse files Browse the repository at this point in the history
  • Loading branch information
OV2 committed Jan 2, 2024
1 parent 56a5d3c commit 652adc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion port.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#define RIGHTSHIFT_int16_IS_SAR
#define RIGHTSHIFT_int32_IS_SAR
#ifndef __LIBRETRO__

#endif //__LIBRETRO__
#endif

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 652adc8

Please sign in to comment.