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