mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
Merge pull request #6452 from meepingsnesroms/master
Add PokeMini index for 3ds
This commit is contained in:
commit
75d2813d47
@ -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…
x
Reference in New Issue
Block a user