X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=58de43a4383664534d309d0cfd0f2282d1aaf432;hp=cc19e774ccdffe0c70df58f00076b789293d9bbd;hb=9726a4aff95e362af3df014a02185031911bf784;hpb=48f615ba48949d7b6cf7b6765a15f069033a3fdd diff --git a/Makefile b/Makefile index cc19e774..58de43a4 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,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"