Skip to content

Commit

Permalink
CTR / Update Makefile.cores (#8719)
Browse files Browse the repository at this point in the history
* Update Makefile.cores

* (CTR) Add Stella
  • Loading branch information
MrHuu authored and inactive123 committed May 7, 2019
1 parent 4fad773 commit 62da78c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkg/ctr/Makefile.cores
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,17 @@ else ifeq ($(LIBRETRO), snes9x2010)
APP_ICON = pkg/ctr/assets/snes9x2010.png
APP_BANNER = pkg/ctr/assets/snes9x2010_banner.png

else ifeq ($(LIBRETRO), stella2014)
APP_TITLE = Stella2014 Libretro
APP_PRODUCT_CODE = RARCH-STELLA2014
APP_UNIQUE_ID = 0xBAC2C
APP_ICON = pkg/ctr/assets/stella.png
APP_BANNER = pkg/ctr/assets/stella_banner.png

else ifeq ($(LIBRETRO), stella)
APP_TITLE = Stella Libretro
APP_PRODUCT_CODE = RARCH-STELLA
APP_UNIQUE_ID = 0xBAC2C
APP_UNIQUE_ID = 0xBAC3D
APP_ICON = pkg/ctr/assets/stella.png
APP_BANNER = pkg/ctr/assets/stella_banner.png

Expand Down

0 comments on commit 62da78c

Please sign in to comment.