diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index 75382f711d..29b218025d 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -134,11 +134,21 @@ else ifeq ($(LIBRETRO), snes9x_next) else ifeq ($(LIBRETRO), mgba) APP_TITLE = mGBA Libretro #APP_DESCRIPTION = Retroarch 3DS - APP_AUTHOR = Jeffrey Pfau, Team Libretro + APP_AUTHOR = Jeffrey Pfau APP_PRODUCT_CODE = RARCH-MGBA APP_UNIQUE_ID = 0xBAC0E APP_ICON = ctr/mgba.png #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav +else ifeq ($(LIBRETRO), quicknes) + APP_TITLE = QuickNES Libretro + #APP_DESCRIPTION = Retroarch 3DS + APP_AUTHOR = blargg, kode54 + APP_PRODUCT_CODE = RARCH-QUICKNES + APP_UNIQUE_ID = 0xBAC0F + APP_ICON = ctr/quicknes.png + #APP_BANNER = ctr/libretro_banner.png + #APP_AUDIO = ctr/silent.wav + endif diff --git a/ctr/quicknes.png b/ctr/quicknes.png new file mode 100644 index 0000000000..11b11e0743 Binary files /dev/null and b/ctr/quicknes.png differ