Merge pull request #6452 from meepingsnesroms/master

Add PokeMini index for 3ds
This commit is contained in:
Twinaphex 2018-03-24 20:27:44 +01:00 committed by GitHub
commit 75d2813d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,5 +273,13 @@ else ifeq ($(LIBRETRO), stella)
APP_UNIQUE_ID = 0xBAC2C
APP_ICON = pkg/ctr/assets/stella.png
APP_BANNER = pkg/ctr/assets/stella_banner.png
else ifeq ($(LIBRETRO), pokemini)
APP_TITLE = PokeMini
APP_AUTHOR = justburn
APP_PRODUCT_CODE = RARCH-POKEMINI
APP_UNIQUE_ID = 0xBAC20
APP_ICON = pkg/ctr/assets/default.png
APP_BANNER = pkg/ctr/assets/libretro_banner.png
endif