From 53d1048905d6c21715694baf6d541311500586f1 Mon Sep 17 00:00:00 2001 From: MrHuu Date: Thu, 25 Jan 2018 19:56:24 +0100 Subject: [PATCH] Add 3DS gw core --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index d2bd1286c1..39bffe3688 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -252,5 +252,12 @@ else ifeq ($(LIBRETRO), prosystem) APP_UNIQUE_ID = 0xBAC3C APP_ICON = pkg/ctr/assets/prosystem.png APP_BANNER = pkg/ctr/assets/prosystem_banner.png + +else ifeq ($(LIBRETRO), gw) + APP_TITLE = Game&Watch Libretro + APP_PRODUCT_CODE = RARCH-GW + APP_UNIQUE_ID = 0xBAC2D + APP_ICON = pkg/ctr/assets/gw.png + APP_BANNER = pkg/ctr/assets/gw_banner.png endif