Added Fuse so that it has an APP_UNIQUE_ID

Will add 81 and np2kai when I have created icons and banners for them and after checking this fixes things for Fuse in the next nightly.
This commit is contained in:
Matt Sephton 2017-10-19 18:03:44 +01:00 committed by GitHub
parent ba2f79a8c3
commit 4aaaf16aa8

View File

@ -210,4 +210,11 @@ else ifeq ($(LIBRETRO), dosbox)
APP_ICON = ctr/assets/dosbox.png
APP_BANNER = ctr/assets/dosbox_banner.png
else ifeq ($(LIBRETRO), fuse)
APP_TITLE = Fuse
APP_PRODUCT_CODE = RARCH-FUSE
APP_UNIQUE_ID = 0xBAC1C
APP_ICON = ctr/assets/fuse.png
APP_BANNER = ctr/assets/fuse_banner.png
endif