(CTR/3DS) enable previously disabled 3dsx builds.

This commit is contained in:
aliaspider 2015-10-01 02:37:35 +01:00
parent 03ff1f060d
commit c4ea0b53d8

View File

@ -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