(CTR) Add id for vecx

This commit is contained in:
MrHuu 2019-05-15 19:20:31 +02:00 committed by GitHub
parent 3df7e616ca
commit 4fa88bd78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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