From f24d04de41c561ab3d322dde3b4d07d13c24da30 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 2 Nov 2015 02:08:48 +0100 Subject: [PATCH] (3DS) build fix. --- ctr/Makefile.cores | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index f944d549e9..6a3c6f4e26 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -222,7 +222,7 @@ else ifeq ($(LIBRETRO), fmsx) #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav -else ifeq ($(LIBRETRO), fba) +else ifeq ($(LIBRETRO), fb_alpha) APP_TITLE = Final Burn Alpha #APP_DESCRIPTION = Retroarch 3DS APP_AUTHOR = Team FB Alpha