mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Add 3DS gw core
This commit is contained in:
parent
f97ebfbf1f
commit
53d1048905
@ -252,5 +252,12 @@ else ifeq ($(LIBRETRO), prosystem)
|
||||
APP_UNIQUE_ID = 0xBAC3C
|
||||
APP_ICON = pkg/ctr/assets/prosystem.png
|
||||
APP_BANNER = pkg/ctr/assets/prosystem_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), gw)
|
||||
APP_TITLE = Game&Watch Libretro
|
||||
APP_PRODUCT_CODE = RARCH-GW
|
||||
APP_UNIQUE_ID = 0xBAC2D
|
||||
APP_ICON = pkg/ctr/assets/gw.png
|
||||
APP_BANNER = pkg/ctr/assets/gw_banner.png
|
||||
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user