mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(3DS) Add build assets for RACE core
This commit is contained in:
parent
4c38228359
commit
bf01a2d6e5
@ -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
BIN
pkg/ctr/assets/race.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
pkg/ctr/assets/race_banner.png
Normal file
BIN
pkg/ctr/assets/race_banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in New Issue
Block a user