Merge pull request #10217 from phcoder/3ds_2

3ds: Add id for bluemsx
This commit is contained in:
Twinaphex 2020-03-05 18:31:23 +01:00 committed by GitHub
commit c6f3b4a6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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