mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(3DS) Add ID for TGB-Dual
Add unique id for TGB-Dual .cia build
This commit is contained in:
parent
843503e92a
commit
941b369016
@ -489,6 +489,13 @@ else ifeq ($(LIBRETRO), stella)
|
||||
APP_ICON = pkg/ctr/assets/stella.png
|
||||
APP_BANNER = pkg/ctr/assets/stella_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), tgbdual)
|
||||
APP_TITLE = TGB-Dual
|
||||
APP_PRODUCT_CODE = RARCH-TGBDUAL
|
||||
APP_UNIQUE_ID = 0xBACB8
|
||||
APP_ICON = pkg/ctr/assets/default.png
|
||||
APP_BANNER = pkg/ctr/assets/libretro_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), theodore)
|
||||
APP_TITLE = Theodore
|
||||
APP_PRODUCT_CODE = RARCH-THEODORE
|
||||
|
Loading…
x
Reference in New Issue
Block a user