1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00

(3DS) Add a5200 assets (#13492)

This commit is contained in:
jdgleaver 2022-01-14 14:30:12 +00:00 committed by GitHub
parent f93548ab56
commit c4a676d756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ else ifeq ($(LIBRETRO), 81)
APP_ICON = pkg/ctr/assets/81.png
APP_BANNER = pkg/ctr/assets/81_banner.png
else ifeq ($(LIBRETRO), a5200)
APP_TITLE = a5200
APP_AUTHOR = various
APP_PRODUCT_CODE = RARCH-A5200
APP_UNIQUE_ID = 0xBACD7
APP_ICON = pkg/ctr/assets/a5200.png
APP_BANNER = pkg/ctr/assets/a5200_banner.png
else ifeq ($(LIBRETRO), atari800)
APP_TITLE = Atari800
APP_PRODUCT_CODE = RARCH-ATARI800

BIN
pkg/ctr/assets/a5200.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB