From ab8af924c065ad811be77f2dbd4a31b619db2d45 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 24 Mar 2020 23:22:39 +0100 Subject: [PATCH] 3ds: Add ID for ThePowderToy --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 3d7e322731..49594509fa 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -489,6 +489,13 @@ else ifeq ($(LIBRETRO), theodore) APP_ICON = pkg/ctr/assets/ThomsonMOTO.png APP_BANNER = pkg/ctr/assets/ThomsonMOTO_banner.png +else ifeq ($(LIBRETRO), thepowdertoy) + APP_TITLE = ThePowderToy + APP_PRODUCT_CODE = RARCH-THEPOWDERTOY + APP_UNIQUE_ID = 0xBACB5 + APP_ICON = pkg/ctr/assets/default.png + APP_BANNER = pkg/ctr/assets/libretro_banner.png + else ifeq ($(LIBRETRO), tic80) APP_TITLE = TIC-80 APP_PRODUCT_CODE = RARCH-TIC80