mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(CTR) Add id for vecx
This commit is contained in:
parent
3df7e616ca
commit
4fa88bd78f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user