Merge pull request #7098 from RobLoach/pkg-mame2003plus

ctr: Add MAME 2003 Plus
This commit is contained in:
Twinaphex 2018-08-19 18:55:09 +02:00 committed by GitHub
commit d9f7afbf77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -139,6 +139,14 @@ else ifeq ($(LIBRETRO), mame2003)
APP_BANNER = pkg/ctr/assets/mame2003_banner.png
APP_BIG_TEXT_SECTION = 1
else ifeq ($(LIBRETRO), mame2003_plus)
APP_TITLE = MAME-2003-PLUS
APP_PRODUCT_CODE = RARCH-MAME2003-PLUS
APP_UNIQUE_ID = 0xBAC22
APP_ICON = pkg/ctr/assets/mame2003_plus.png
APP_BANNER = pkg/ctr/assets/mame2003_plus_banner.png
APP_BIG_TEXT_SECTION = 1
else ifeq ($(LIBRETRO), mednafen_pce_fast)
APP_TITLE = Mednafen/Beetle PCE FAST
APP_AUTHOR = Ryphecha

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB