From 941b369016f9e761f3e8fd9d620da4c0cde9e9f4 Mon Sep 17 00:00:00 2001 From: MrHuu Date: Wed, 22 Apr 2020 21:07:42 +0200 Subject: [PATCH] (3DS) Add ID for TGB-Dual Add unique id for TGB-Dual .cia build --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index d5f4951042..06c2665574 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -489,6 +489,13 @@ else ifeq ($(LIBRETRO), stella) APP_ICON = pkg/ctr/assets/stella.png APP_BANNER = pkg/ctr/assets/stella_banner.png +else ifeq ($(LIBRETRO), tgbdual) + APP_TITLE = TGB-Dual + APP_PRODUCT_CODE = RARCH-TGBDUAL + APP_UNIQUE_ID = 0xBACB8 + APP_ICON = pkg/ctr/assets/default.png + APP_BANNER = pkg/ctr/assets/libretro_banner.png + else ifeq ($(LIBRETRO), theodore) APP_TITLE = Theodore APP_PRODUCT_CODE = RARCH-THEODORE