From 6e9566e6a46256d28f089f102d9903c030f30305 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 2 Nov 2015 02:05:10 +0100 Subject: [PATCH] (3DS) build fix --- ctr/Makefile.cores | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index 2a244b4f5c..f944d549e9 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -225,17 +225,14 @@ else ifeq ($(LIBRETRO), fmsx) else ifeq ($(LIBRETRO), fba) APP_TITLE = Final Burn Alpha #APP_DESCRIPTION = Retroarch 3DS - #APP_AUTHOR = Team Libretro + APP_AUTHOR = Team FB Alpha APP_PRODUCT_CODE = RARCH-FBAF APP_UNIQUE_ID = 0xBAC17 - APP_ICON = ctr/default.png + #APP_ICON = ctr/default.png #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav - #APP_SYSTEM_MODE = 64MB - #APP_SYSTEM_MODE_EXT = Legacy - #CTR_LINEAR_HEAP_SIZE = 0x600000 -else ifeq ($(LIBRETRO), mame) +else ifeq ($(LIBRETRO), mame078) APP_TITLE = MAME #APP_DESCRIPTION = Retroarch 3DS #APP_AUTHOR = Team Libretro @@ -244,7 +241,4 @@ else ifeq ($(LIBRETRO), mame) APP_ICON = ctr/mame.png #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav - #APP_SYSTEM_MODE = 64MB - #APP_SYSTEM_MODE_EXT = Legacy - #CTR_LINEAR_HEAP_SIZE = 0x600000 endif