From 4aaaf16aa842b1f1932b3cf7d51bb29405a30fa8 Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Thu, 19 Oct 2017 18:03:44 +0100 Subject: [PATCH] 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. --- ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index de64f12c4f..21a291b5a0 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -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