Merge pull request #9135 from MrHuu/patch-1

(CTR) Add ID for 4DO
This commit is contained in:
Twinaphex 2019-07-19 21:13:50 +02:00 committed by GitHub
commit f9d963b258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,14 @@ ifeq ($(LIBRETRO), 2048)
APP_ICON = pkg/ctr/assets/2048.png
APP_BANNER = pkg/ctr/assets/2048_banner.png
else ifeq ($(LIBRETRO), 4do)
APP_TITLE = 4DO
APP_AUTHOR = various
APP_PRODUCT_CODE = RARCH-4DO
APP_UNIQUE_ID = 0xBAC91
APP_ICON = pkg/ctr/assets/4do.png
APP_BANNER = pkg/ctr/assets/4do_banner.png
else ifeq ($(LIBRETRO), 81)
APP_TITLE = lr-81
APP_AUTHOR = various