mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-16 07:29:53 +00:00
Merge pull request #11805 from MrHuu/ctr_upd_makefile_cores
(3DS) Add Snes9x ID / Assets
This commit is contained in:
commit
42f2e7e85e
@ -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