From c4ea0b53d8c1db407e031228d143e75e165e2a7a Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 1 Oct 2015 02:37:35 +0100 Subject: [PATCH] (CTR/3DS) enable previously disabled 3dsx builds. --- ctr/Makefile.cores | 2 -- 1 file changed, 2 deletions(-) diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index fee4bf0caa..7af7af8606 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -39,7 +39,6 @@ else ifeq ($(LIBRETRO), nestopia) APP_ICON = ctr/nestopia.png #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav - BUILD_3DSX = 0 else ifeq ($(LIBRETRO), nxengine) APP_TITLE = NXengine Libretro @@ -210,6 +209,5 @@ else ifeq ($(LIBRETRO), pcsx_rearmed) APP_ICON = ctr/pcsx_rearmed.png #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav - BUILD_3DSX = 0 endif