diff options
author | twinaphex | 2014-12-31 11:43:39 +0100 |
---|---|---|
committer | twinaphex | 2014-12-31 11:43:39 +0100 |
commit | be1294d017cba3f18cf66597f0cbed207fed26bf (patch) | |
tree | 84856d7c7fb7357ed94f8748d649060b7a83274a /Makefile | |
parent | e63a9dc66d0ce5a9d88353f880ef88a6590d06fd (diff) | |
parent | 3aba41853f8dc014ff61e05e8a2c616d89f88715 (diff) | |
download | pcsx_rearmed-be1294d017cba3f18cf66597f0cbed207fed26bf.tar.gz pcsx_rearmed-be1294d017cba3f18cf66597f0cbed207fed26bf.tar.bz2 pcsx_rearmed-be1294d017cba3f18cf66597f0cbed207fed26bf.zip |
Merge https://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -165,6 +165,7 @@ OBJS += frontend/libpicofe/linux/fbdev.o frontend/libpicofe/linux/xenv.o OBJS += frontend/libpicofe/linux/in_evdev.o OBJS += frontend/plat_pandora.o frontend/plat_omap.o frontend/main.o frontend/menu.o: CFLAGS += -include frontend/pandora/ui_feat.h +frontend/libpicofe/linux/plat.o: CFLAGS += -DPANDORA USE_PLUGIN_LIB = 1 USE_FRONTEND = 1 endif |