From 53194e10b5398475845fbae474d752318245eb07 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 14 Mar 2020 13:03:36 +0100 Subject: [PATCH] Add ID for GME --- pkg/ctr/Makefile.cores | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 35b6cce0b7..06bd53713c 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -176,6 +176,13 @@ else ifeq ($(LIBRETRO), genesis_plus_gx) APP_ICON = pkg/ctr/assets/genesis_plus_gx.png APP_BANNER = pkg/ctr/assets/genesis_plus_gx_banner.png +else ifeq ($(LIBRETRO), gme) + APP_TITLE = GME + APP_PRODUCT_CODE = RARCH-GME + APP_UNIQUE_ID = 0xBACA8 + APP_ICON = pkg/ctr/assets/default.png + APP_BANNER = pkg/ctr/assets/libretro_banner.png + else ifeq ($(LIBRETRO), gpsp) APP_TITLE = gpSP Libretro APP_PRODUCT_CODE = RARCH-GPSP