Merge pull request #9926 from jdgleaver/3ds-race-assets

(3DS) Add build assets for RACE core
This commit is contained in:
Twinaphex 2020-01-02 14:23:36 +01:00 committed by GitHub
commit 4b183f84b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -324,6 +324,14 @@ else ifeq ($(LIBRETRO), quicknes)
APP_ICON = pkg/ctr/assets/quicknes.png
APP_BANNER = pkg/ctr/assets/quicknes_banner.png
else ifeq ($(LIBRETRO), race)
APP_TITLE = RACE
APP_AUTHOR = various
APP_PRODUCT_CODE = RARCH-RACE
APP_UNIQUE_ID = 0xBAC95
APP_ICON = pkg/ctr/assets/race.png
APP_BANNER = pkg/ctr/assets/race_banner.png
else ifeq ($(LIBRETRO), snes9x2002)
APP_TITLE = Snes9x 2002
APP_AUTHOR = various

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB