mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(3DS) Add Snes9x ID / Assets
This commit is contained in:
parent
74d97cc1ca
commit
9e7facd011
@ -446,6 +446,13 @@ else ifeq ($(LIBRETRO), smsplus)
|
||||
APP_ICON = pkg/ctr/assets/smsplus.png
|
||||
APP_BANNER = pkg/ctr/assets/smsplus_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), snes9x)
|
||||
APP_TITLE = Snes9x
|
||||
APP_PRODUCT_CODE = RARCH-SNES9X
|
||||
APP_UNIQUE_ID = 0xBACBA
|
||||
APP_ICON = pkg/ctr/assets/snes9x.png
|
||||
APP_BANNER = pkg/ctr/assets/snes9x_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), snes9x2002)
|
||||
APP_TITLE = Snes9x 2002
|
||||
APP_AUTHOR = various
|
||||
|
BIN
pkg/ctr/assets/snes9x.png
Normal file
BIN
pkg/ctr/assets/snes9x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
pkg/ctr/assets/snes9x_banner.png
Normal file
BIN
pkg/ctr/assets/snes9x_banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
x
Reference in New Issue
Block a user