Merge pull request #6181 from MrHuu/3DS

Add 3DS gw core
This commit is contained in:
Twinaphex 2018-01-26 01:16:24 +01:00 committed by GitHub
commit 60c22afb94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,5 +252,12 @@ else ifeq ($(LIBRETRO), prosystem)
APP_UNIQUE_ID = 0xBAC3C
APP_ICON = pkg/ctr/assets/prosystem.png
APP_BANNER = pkg/ctr/assets/prosystem_banner.png
else ifeq ($(LIBRETRO), gw)
APP_TITLE = Game&Watch Libretro
APP_PRODUCT_CODE = RARCH-GW
APP_UNIQUE_ID = 0xBAC2D
APP_ICON = pkg/ctr/assets/gw.png
APP_BANNER = pkg/ctr/assets/gw_banner.png
endif