X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=9568d0ea566c4bcf183fd5b44526f0444b9c5c36;hb=30322c7d106503926208ebeeed60ca04391d0669;hp=6187958abf1afd7da7f55135889e7ede3d48657e;hpb=c82d5b4ba31ae828cae27962f1a4d328fd4ea4da;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 6187958a..9568d0ea 100644 --- a/Makefile +++ b/Makefile @@ -195,6 +195,10 @@ endif ifeq "$(PLATFORM)" "libretro" OBJS += frontend/libretro.o CFLAGS += -DFRONTEND_SUPPORTS_RGB565 + +ifeq ($(MMAP_WIN32),1) +OBJS += libpcsxcore/memmap_win32.o +endif endif ifeq "$(USE_PLUGIN_LIB)" "1"