xbox1: don't add path to stdint in Makefile.libretro, just fix the path in Makefile.common instead

This commit is contained in:
Brad Parker
2017-09-16 13:25:28 -04:00
parent 0e2425a81e
commit b8149445dd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
LIBRETRO_COMM_DIR := $(CORE_DIR)/libretro-common
LIBRETRO_COMM_DIR := $(CORE_DIR)/drivers/libretro/libretro-common
INCFLAGS := -I$(CORE_DIR)/drivers/libretro -I$(LIBRETRO_COMM_DIR)/include -I$(CORE_DIR) -I$(CORE_DIR)/input -I$(CORE_DIR)/boards -I$(CORE_DIR)/mappers
COREDEFINES = -D__LIBRETRO__ -DSOUND_QUALITY=0 -DPATH_MAX=1024 -DFCEU_VERSION_NUMERIC=9813 -DFRONTEND_SUPPORTS_RGB565