From 9c47e24a84efec8991fd09616b13c8583931ffed Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Sat, 24 Mar 2018 12:10:54 -0700 Subject: [PATCH] Add PokeMini index for 3ds --- pkg/ctr/Makefile.cores | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index d08741cbc2..ec73cf9b5d 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -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 \ No newline at end of file