diff --git a/pkg/ctr/Makefile.cores b/pkg/ctr/Makefile.cores index af1628558b..ce046024ec 100644 --- a/pkg/ctr/Makefile.cores +++ b/pkg/ctr/Makefile.cores @@ -401,6 +401,14 @@ else ifeq ($(LIBRETRO), pokemini) APP_ICON = pkg/ctr/assets/pokemini.png APP_BANNER = pkg/ctr/assets/pokemini_banner.png +else ifeq ($(LIBRETRO), potator) + APP_TITLE = Potator + APP_AUTHOR = various + APP_PRODUCT_CODE = RARCH-POTATOR + APP_UNIQUE_ID = 0xBACD0 + APP_ICON = pkg/ctr/assets/potator.png + APP_BANNER = pkg/ctr/assets/potator_banner.png + else ifeq ($(LIBRETRO), prboom) APP_TITLE = PrBoom APP_AUTHOR = Florian Schulze diff --git a/pkg/ctr/assets/potator.png b/pkg/ctr/assets/potator.png new file mode 100644 index 0000000000..bb349096cc Binary files /dev/null and b/pkg/ctr/assets/potator.png differ diff --git a/pkg/ctr/assets/potator_banner.png b/pkg/ctr/assets/potator_banner.png new file mode 100644 index 0000000000..3d5ada5ae0 Binary files /dev/null and b/pkg/ctr/assets/potator_banner.png differ