aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorretro-wertz2019-07-29 21:00:29 +0800
committerretro-wertz2019-07-29 21:00:29 +0800
commit919cac880fbd25c537a1cbca01112e4634dba88e (patch)
tree8ef6d89c3ec3b0899a8e5cd6f930c713aab3f573 /Makefile
parent2601ff11e452d0d5f8a0e52e6179ef4fb28e95e7 (diff)
downloadpcsx_rearmed-919cac880fbd25c537a1cbca01112e4634dba88e.tar.gz
pcsx_rearmed-919cac880fbd25c537a1cbca01112e4634dba88e.tar.bz2
pcsx_rearmed-919cac880fbd25c537a1cbca01112e4634dba88e.zip
Add enhanced core options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a278519..7f8356b 100644
--- a/Makefile
+++ b/Makefile
@@ -274,6 +274,7 @@ LDFLAGS += `pkg-config --libs glib-2.0 libosso dbus-1 hildon-fm-2`
endif
ifeq "$(PLATFORM)" "libretro"
OBJS += frontend/libretro.o
+CFLAGS += -Ilibretro-common/include
CFLAGS += -DFRONTEND_SUPPORTS_RGB565
CFLAGS += -DHAVE_LIBRETRO