From 9a3a04202401b58c40a6d0f1663dc269da1d40ff Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 17:57:48 +0200 Subject: [PATCH] Change catsfc_plus name --- ctr/Makefile.cores | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index 23f611818f..9dd78a33b9 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -107,11 +107,6 @@ else ifeq ($(LIBRETRO), fb_alpha_cps2) APP_ICON = ctr/assets/fb_alpha_cps2.png APP_SYSTEM_MODE = 80MB -else ifeq ($(LIBRETRO), catsfc_plus) - APP_TITLE = CATSFC Plus Libretro - APP_PRODUCT_CODE = RARCH-CATSFCPLUS - APP_UNIQUE_ID = 0xBAC13 - APP_ICON = ctr/assets/catsfc_plus.png else ifeq ($(LIBRETRO), mednafen_pce_fast) APP_TITLE = Mednafen/Beetle PCE FAST @@ -172,6 +167,12 @@ else ifeq ($(LIBRETRO), snes9x2005) APP_ICON = ctr/assets/snes9x2005.png APP_BANNER = ctr/assets/snes9x2005_banner.png +else ifeq ($(LIBRETRO), snes9x2005_plus) + APP_TITLE = SNES9x 2005 Plus + APP_PRODUCT_CODE = RARCH-CATSFCPLUS + APP_UNIQUE_ID = 0xBAC13 + APP_ICON = ctr/assets/snes9x2005_plus.png + else ifeq ($(LIBRETRO), snes9x2010) APP_TITLE = SNES9x 2010 APP_PRODUCT_CODE = RARCH-SNES9XNEXT