X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=1d70f6435847bb07feee9a195d75a53b369607b2;hb=cd15dd450b7c261023e97ebf195a11e2a790f44a;hp=80d129ec74f3eee055395fb92a256e7636c5ab16;hpb=9abd586c96e8a2e37e92b620c70668a57d6f89f7;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