Merge pull request #2191 from aliaspider/master

(CTR/3DS) enable previously disabled 3dsx builds.
This commit is contained in:
Andrés 2015-09-30 20:45:09 -05:00
commit a5a16faef4

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