Skip to content

Commit

Permalink
Merge pull request #10327 from phcoder/3ds5
Browse files Browse the repository at this point in the history
3ds: Add ID for crocods
  • Loading branch information
inactive123 committed Mar 22, 2020
2 parents f48c668 + 47582ff commit 8643cb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/ctr/Makefile.cores
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ else ifeq ($(LIBRETRO), cap32)
APP_ICON = pkg/ctr/assets/Caprice32.png
APP_BANNER = pkg/ctr/assets/Caprice32_banner.png

else ifeq ($(LIBRETRO), crocods)
APP_TITLE = CROCODS
APP_PRODUCT_CODE = RARCH-CROCODS
APP_UNIQUE_ID = 0xBACB4
APP_ICON = pkg/ctr/assets/default.png
APP_BANNER = pkg/ctr/assets/libretro_banner.png

else ifeq ($(LIBRETRO), dosbox)
APP_TITLE = DosBox
APP_AUTHOR = various
Expand Down

0 comments on commit 8643cb2

Please sign in to comment.