From 180c868f46dd4357e00b7c489adc310ead410991 Mon Sep 17 00:00:00 2001 From: MrHuu Date: Sun, 12 May 2019 00:48:37 +0200 Subject: [PATCH] (CTR) Add id for quasi88 sorry, now it's fully up-to-date. --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 0522ddc5af..ec94216caf 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -274,6 +274,13 @@ else ifeq ($(LIBRETRO), prosystem) APP_ICON = pkg/ctr/assets/prosystem.png APP_BANNER = pkg/ctr/assets/prosystem_banner.png +else ifeq ($(LIBRETRO), quasi88) + APP_TITLE = Quasi88 Libretro + APP_PRODUCT_CODE = RARCH-QUASI88 + APP_UNIQUE_ID = 0xBAC41 + APP_ICON = pkg/ctr/assets/default.png + APP_BANNER = pkg/ctr/assets/libretro_banner.png + else ifeq ($(LIBRETRO), quicknes) APP_TITLE = QuickNES Libretro APP_AUTHOR = blargg, kode54