X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=9568d0ea566c4bcf183fd5b44526f0444b9c5c36;hp=6187958abf1afd7da7f55135889e7ede3d48657e;hb=3a92bf0b7a2d929f53ae69cf761721c136f9036d;hpb=13bb560e427a36c6900ea09061efecc2a67d53d0 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"