X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=1d70f6435847bb07feee9a195d75a53b369607b2;hb=115d0459b2ed99d9536fe84411f4c72e7fe6cf2e;hp=80d129ec74f3eee055395fb92a256e7636c5ab16;hpb=9361a5aa4fef73e06bc78b7c462eb28a7d12e3d0;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 80d129ec..1d70f643 100644 --- a/Makefile +++ b/Makefile @@ -312,6 +312,9 @@ OBJS += libretro-common/time/rtime.o OBJS += libretro-common/vfs/vfs_implementation.o CFLAGS += -DUSE_LIBRETRO_VFS endif +ifeq "$(ENABLE_ICACHE_EMULATION)" "1" +CFLAGS += -DICACHE_EMULATION +endif OBJS += frontend/libretro.o CFLAGS += -Ilibretro-common/include CFLAGS += -DFRONTEND_SUPPORTS_RGB565