From ddd12aab361e5cfe61d153667b754449b9459ae1 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 6 Mar 2020 03:15:13 +0100 Subject: [PATCH] Add bk id for 3ds --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index c21fdca7e3..b6bbea9223 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), bk) + APP_TITLE = BK 0010/0011 + APP_PRODUCT_CODE = RARCH-BK + APP_UNIQUE_ID = 0xBAC9B + APP_ICON = pkg/ctr/assets/default.png + APP_BANNER = pkg/ctr/assets/libretro_banner.png + else ifeq ($(LIBRETRO), bluemsx) APP_TITLE = blueMSX APP_PRODUCT_CODE = RARCH-BLUEMSX