Skip to content

Commit

Permalink
Take out hardcoded FRONTEND_SUPPORTS_RGB565 for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 26, 2024
1 parent 0058231 commit 82afa77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ ifneq (,$(findstring msvc2003,$(platform)))
INCFLAGS += -I$(LIBRETRO_COMM_DIR)/include/compat/msvc
endif

COREDEFINES = \
-D__LIBRETRO__ \
-DPATH_MAX=1024 \
-DFRONTEND_SUPPORTS_RGB565
COREDEFINES = -D__LIBRETRO__ -DPATH_MAX=1024

FCEU_SRC_DIRS := \
$(SOURCE_DIR)/mappers \
Expand Down

0 comments on commit 82afa77

Please sign in to comment.