From 4fa88bd78f02acba61d106bddfacc2007a1c80de Mon Sep 17 00:00:00 2001 From: MrHuu Date: Wed, 15 May 2019 19:20:31 +0200 Subject: [PATCH] (CTR) Add id for vecx --- pkg/ctr/Makefile.cores | 6 ++++++ 1 file changed, 6 insertions(+) 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