Merge pull request #11805 from MrHuu/ctr_upd_makefile_cores

(3DS) Add Snes9x ID / Assets
This commit is contained in:
Autechre 2021-01-02 17:06:05 +01:00 committed by GitHub
commit 42f2e7e85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB