Skip to content

Commit

Permalink
libretro: Add core option sublabels
Browse files Browse the repository at this point in the history
  • Loading branch information
retro-wertz committed Jul 17, 2019
1 parent c5e6a34 commit 7e88289
Show file tree
Hide file tree
Showing 5 changed files with 1,800 additions and 438 deletions.
4 changes: 3 additions & 1 deletion src/libretro/Makefile.common
@@ -1,4 +1,6 @@
INCFLAGS := -I$(CORE_DIR)
LIBRETRO_COMMON := $(CORE_DIR)/libretro/libretro-common/include

INCFLAGS := -I$(CORE_DIR) -I$(LIBRETRO_COMMON)
SOURCES_CXX :=

SOURCES_CXX += \
Expand Down

0 comments on commit 7e88289

Please sign in to comment.