mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-08 11:30:32 +00:00
Add PokeMini index for 3ds
This commit is contained in:
parent
e4b955d4d4
commit
9c47e24a84
@ -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
|
Loading…
Reference in New Issue
Block a user