diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index ec94216caf..bee211c53d 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -337,4 +337,10 @@ else ifeq ($(LIBRETRO), theodore) APP_PRODUCT_CODE = RARCH-THEODORE APP_UNIQUE_ID = 0xBAC2E +else ifeq ($(LIBRETRO), vecx) + APP_TITLE = VecX Libretro + APP_PRODUCT_CODE = RARCH-VECX + APP_UNIQUE_ID = 0xBAC4C + APP_ICON = pkg/ctr/assets/vecx.png + APP_BANNER = pkg/ctr/assets/vecx_banner.png endif