mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
3ds: Add id for bluemsx
This commit is contained in:
parent
1bda81560e
commit
da1ace4668
@ -13,6 +13,13 @@ else ifeq ($(LIBRETRO), 81)
|
||||
APP_ICON = pkg/ctr/assets/81.png
|
||||
APP_BANNER = pkg/ctr/assets/81_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), bluemsx)
|
||||
APP_TITLE = blueMSX
|
||||
APP_PRODUCT_CODE = RARCH-BLUEMSX
|
||||
APP_UNIQUE_ID = 0xBAC9A
|
||||
APP_ICON = pkg/ctr/assets/default.png
|
||||
APP_BANNER = pkg/ctr/assets/libretro_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), cap32)
|
||||
APP_TITLE = Caprice32
|
||||
APP_AUTHOR = various
|
||||
|
Loading…
x
Reference in New Issue
Block a user