aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhizzlekizzle2019-07-29 10:44:39 -0500
committerGitHub2019-07-29 10:44:39 -0500
commitd3a9aef4e092ad71f3d042e2f8159d27a0ed414d (patch)
treec6b1f1a1196c7051916a209b577076a8c86bd284 /Makefile
parent13cbc461107f021675f6c28814c67d170f371097 (diff)
parentc8108d888a6320df47cbef60d3f1527d8e1c6976 (diff)
downloadpcsx_rearmed-d3a9aef4e092ad71f3d042e2f8159d27a0ed414d.tar.gz
pcsx_rearmed-d3a9aef4e092ad71f3d042e2f8159d27a0ed414d.tar.bz2
pcsx_rearmed-d3a9aef4e092ad71f3d042e2f8159d27a0ed414d.zip
Merge pull request #319 from retro-wertz/new_core_options
add new core options menu, add advance gpu 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