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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue