From da1ace4668db11f00610dba02841585a4fac3740 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Thu, 5 Mar 2020 03:08:04 +0100 Subject: [PATCH] 3ds: Add id for bluemsx --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 5a8af0dfb3..c21fdca7e3 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -13,6 +13,13 @@ else ifeq ($(LIBRETRO), 81) APP_ICON = pkg/ctr/assets/81.png APP_BANNER = pkg/ctr/assets/81_banner.png +else ifeq ($(LIBRETRO), bluemsx) + APP_TITLE = blueMSX + APP_PRODUCT_CODE = RARCH-BLUEMSX + APP_UNIQUE_ID = 0xBAC9A + APP_ICON = pkg/ctr/assets/default.png + APP_BANNER = pkg/ctr/assets/libretro_banner.png + else ifeq ($(LIBRETRO), cap32) APP_TITLE = Caprice32 APP_AUTHOR = various