X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=89788e66d63c0972dfe2e66d44e35fdcadaa270d;hb=3e2464bab1577295b8f4eee9756dbaf22a03ea67;hp=f7bf1d7b8f9784ddfc4ec57bc7a3d98cac06d876;hpb=cb4d282af668df3bdbd428be5a5ad26996cd0f4f;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index f7bf1d7b..89788e66 100644 --- a/Makefile +++ b/Makefile @@ -195,6 +195,7 @@ endif ifeq "$(PLATFORM)" "libretro" OBJS += frontend/libretro.o CFLAGS += -DFRONTEND_SUPPORTS_RGB565 +CFLAGS += -DHAVE_LIBRETRO ifeq ($(MMAP_WIN32),1) OBJS += libpcsxcore/memmap_win32.o