From 919cac880fbd25c537a1cbca01112e4634dba88e Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Mon, 29 Jul 2019 21:00:29 +0800 Subject: Add enhanced core options --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3