From 8ebf254a75ea7b595e87ef9a90bc93da909e5438 Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Tue, 12 Feb 2019 20:32:51 +0000 Subject: [PATCH 1/4] Update Makefile.cores --- pkg/ctr/Makefile.cores | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 068a147364..8186826e10 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -283,11 +283,26 @@ else ifeq ($(LIBRETRO), stella) APP_BANNER = pkg/ctr/assets/stella_banner.png else ifeq ($(LIBRETRO), pokemini) - APP_TITLE = PokeMini + APP_TITLE = PokeMini Libretro APP_AUTHOR = justburn APP_PRODUCT_CODE = RARCH-POKEMINI APP_UNIQUE_ID = 0xBAC20 APP_ICON = pkg/ctr/assets/pokemini.png APP_BANNER = pkg/ctr/assets/pokemini_banner.png +else ifeq ($(LIBRETRO), theodore) + APP_TITLE = Theodore Libretro + APP_PRODUCT_CODE = RARCH-THEODORE + APP_UNIQUE_ID = 0xBAC2E + +else ifeq ($(LIBRETRO), 2048) + APP_TITLE = 2048 + APP_PRODUCT_CODE = RARCH-2048 + APP_UNIQUE_ID = 0xBAC2F + +else ifeq ($(LIBRETRO), mu) + APP_TITLE = Mu Libretro + APP_PRODUCT_CODE = RARCH-MU + APP_UNIQUE_ID = 0xBAC30 + endif From 211dd11336894e2d9efeadee3cda168c91d90548 Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Tue, 12 Feb 2019 20:33:46 +0000 Subject: [PATCH 2/4] Update Makefile.cores --- pkg/ctr/Makefile.cores | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 8186826e10..b4abe0607f 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -283,7 +283,7 @@ else ifeq ($(LIBRETRO), stella) APP_BANNER = pkg/ctr/assets/stella_banner.png else ifeq ($(LIBRETRO), pokemini) - APP_TITLE = PokeMini Libretro + APP_TITLE = PokeMini APP_AUTHOR = justburn APP_PRODUCT_CODE = RARCH-POKEMINI APP_UNIQUE_ID = 0xBAC20 @@ -291,7 +291,7 @@ else ifeq ($(LIBRETRO), pokemini) APP_BANNER = pkg/ctr/assets/pokemini_banner.png else ifeq ($(LIBRETRO), theodore) - APP_TITLE = Theodore Libretro + APP_TITLE = Theodore APP_PRODUCT_CODE = RARCH-THEODORE APP_UNIQUE_ID = 0xBAC2E @@ -301,7 +301,7 @@ else ifeq ($(LIBRETRO), 2048) APP_UNIQUE_ID = 0xBAC2F else ifeq ($(LIBRETRO), mu) - APP_TITLE = Mu Libretro + APP_TITLE = Mu Palm Emulator APP_PRODUCT_CODE = RARCH-MU APP_UNIQUE_ID = 0xBAC30 From 4e0c592bfae81800ac925b07f02d3050b298634a Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Tue, 12 Feb 2019 20:39:37 +0000 Subject: [PATCH 3/4] Update Makefile.cores --- pkg/ctr/Makefile.cores | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index b4abe0607f..0947738105 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -295,11 +295,6 @@ else ifeq ($(LIBRETRO), theodore) APP_PRODUCT_CODE = RARCH-THEODORE APP_UNIQUE_ID = 0xBAC2E -else ifeq ($(LIBRETRO), 2048) - APP_TITLE = 2048 - APP_PRODUCT_CODE = RARCH-2048 - APP_UNIQUE_ID = 0xBAC2F - else ifeq ($(LIBRETRO), mu) APP_TITLE = Mu Palm Emulator APP_PRODUCT_CODE = RARCH-MU From 5cf15c8609a3e5430188c78d5ef693002981226a Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Tue, 12 Feb 2019 20:41:42 +0000 Subject: [PATCH 4/4] Update Makefile.cores --- pkg/ctr/Makefile.cores | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index 0947738105..ec7c8f38a8 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -298,6 +298,6 @@ else ifeq ($(LIBRETRO), theodore) else ifeq ($(LIBRETRO), mu) APP_TITLE = Mu Palm Emulator APP_PRODUCT_CODE = RARCH-MU - APP_UNIQUE_ID = 0xBAC30 + APP_UNIQUE_ID = 0xBAC2F endif