X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=89788e66d63c0972dfe2e66d44e35fdcadaa270d;hb=8136cafb75203da58874df9af36c19cac06f715d;hp=f7bf1d7b8f9784ddfc4ec57bc7a3d98cac06d876;hpb=fc99395c2d7efbbaa0663feed47dc89a54e49506;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