mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
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:
parent
ba2f79a8c3
commit
4aaaf16aa8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user