mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
changed APP_UNIQUE_ID to next free & valid HEX number
was 0xBAC1G
This commit is contained in:
parent
c482aff8b2
commit
c6d6bb26c3
@ -75,7 +75,7 @@ else ifeq ($(LIBRETRO), freeintv)
|
||||
APP_TITLE = FreeIntv
|
||||
APP_AUTHOR = various
|
||||
APP_PRODUCT_CODE = RARCH-FREEINTV
|
||||
APP_UNIQUE_ID = 0xBAC1G
|
||||
APP_UNIQUE_ID = 0xBAC21
|
||||
APP_ICON = pkg/ctr/assets/freeintv.png
|
||||
APP_BANNER = pkg/ctr/assets/freeintv_banner.png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user