mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 16:20:58 +00:00
Merge pull request #5567 from gingerbeardman/patch-1
Added Fuse so that it has an APP_UNIQUE_ID
This commit is contained in:
commit
675b257302
@ -210,4 +210,11 @@ else ifeq ($(LIBRETRO), dosbox)
|
|||||||
APP_ICON = ctr/assets/dosbox.png
|
APP_ICON = ctr/assets/dosbox.png
|
||||||
APP_BANNER = ctr/assets/dosbox_banner.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
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user