mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Merge pull request #7098 from RobLoach/pkg-mame2003plus
ctr: Add MAME 2003 Plus
This commit is contained in:
commit
d9f7afbf77
@ -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
|
||||
|
BIN
pkg/ctr/assets/mame2003_plus.png
Normal file
BIN
pkg/ctr/assets/mame2003_plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
pkg/ctr/assets/mame2003_plus_banner.png
Normal file
BIN
pkg/ctr/assets/mame2003_plus_banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
x
Reference in New Issue
Block a user